Shades of Han Purple #591FF7
Tints of Han Purple #591FF7
RGB
CMYK
RGB Variations
Color information
#591FF7 (or 0x591FF7) is known color: Han Purple. HEX triplet: 59, 1F and F7. RGB value is (89,31,247). Sum of RGB (Red+Green+Blue) = 89+31+247=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #591FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FF7 is #A6E008. Grayscale: #484848. Windows color (decimal): -10936329 or 16195417. OLE color: 16195417.
HSL color Cylindrical-coordinate representation of color #591FF7: hue angle of 256.11º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591FF7 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 31 | 247 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.03 |
| HSL | 256.11º | 0.93% | 0.55% | - |
| HSV(B) | 256.11º | 0.87% | 0.97% | - |
| XYZ | 21.4 | 9.82 | 88.76 | - |
| YUV | 72.97 | 226.22 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 247 | 0.64 | 0.87 | 0 | 0.03 | 256.11 | 0.93 | 0.55 |
| Hex | 59 | 1F | F7 | 40 | 57 | 0 | 3 | 100 | 5D | 37 |
| Octal | 131 | 37 | 367 | 100 | 127 | 0 | 3 | 400 | 135 | 67 |
| Binary | 1011001 | 11111 | 11110111 | 1000000 | 1010111 | 0 | 11 | 100000000 | 1011101 | 110111 |
Color Harmonies of #591FF7
Complementary color
Monochromatic Colors of #591FF7
Black with #591FF7
Text Example
Text Example
White with #591FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FF7; }
p { color: rgb(89,31,247); }
H1.HeaderClassName
{
color: #591FF7;
}
.AnyTagClassName
{
color: #591FF7;
}
</style>
background-color css
<style>
a { background-color: #591FF7; }
a { background-color: rgb(89,31,247); }
div.DivClassName
{
background-color: #591FF7;
}
.BgClassName
{
background-color: #591FF7;
}
</style>
border-color css
<style>
span { border-color: #591FF7; }
span { border-color: rgb(89,31,247); }
td.TdClassName
{
border-color: #591FF7;
}
.TagClassName
{
border-color: #591FF7;
}
</style>