Skip to main content

Human-friendly HSL

Project description

Build Status Package Version

A Python implementation of HSLuv (revision 4).

Installation

pip install hsluv

Usage

This library does not hide (clamp) floating point error, e.g. you might receive a value outside of the expected range. If you wish to display the outputs of this library, consider rounding them for your purpose. The floating point error has not been quantified, but at least 10 decimal digits should be free of it.

hsluv_to_hex([hue, saturation, lightness])

hue is a float between 0 and 360, saturation and lightness are floats between 0 and 100. This function returns the resulting color as a hex string.

hsluv_to_rgb([hue, saturation, lightness])

Like above, but returns a list of 3 floats between 0 and 1, for each RGB channel.

hex_to_hsluv(hex)

Takes a hex string and returns the HSLuv color as a list of floats as defined above.

rgb_to_hsluv([red, green, blue])

Like above, but red, green and blue are passed as floats between 0 and 1.

For HPLuv (the pastel variant), use hpluv_to_hex, hpluv_to_rgb, hex_to_hpluv and rgb_to_hpluv.

Testing

Run python setup.py test.

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hsluv-restored-5.0.1.post1.tar.gz (540.8 kB view details)

Uploaded Source

Built Distribution

hsluv_restored-5.0.1.post1-py2.py3-none-any.whl (5.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file hsluv-restored-5.0.1.post1.tar.gz.

File metadata

  • Download URL: hsluv-restored-5.0.1.post1.tar.gz
  • Upload date:
  • Size: 540.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hsluv-restored-5.0.1.post1.tar.gz
Algorithm Hash digest
SHA256 3acbd7ebe9fac93a67af90ee179bba6f731177675a84b611ccf7d8ea703449a6
MD5 be180d127d31c70adcfa37a1a771c45b
BLAKE2b-256 a19571aa5ad21c541c6cabef6fe56ecf8db898a2b58ae68c1688cf27d5eee5ad

See more details on using hashes here.

File details

Details for the file hsluv_restored-5.0.1.post1-py2.py3-none-any.whl.

File metadata

  • Download URL: hsluv_restored-5.0.1.post1-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for hsluv_restored-5.0.1.post1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4c86b31bdfa117736691877d31c7780669eef46cb7d3606950c67a6c70cdf697
MD5 11e9731c243a3017754586730f108a49
BLAKE2b-256 612ba22404be0b91f8939fff8c1b7b4a491dfa21077baec9d029f8c7ea5b86c0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page