Shades of Han Purple #591EFC
Tints of Han Purple #591EFC
RGB
CMYK
RGB Variations
Color information
#591EFC (or 0x591EFC) is known color: Han Purple. HEX triplet: 59, 1E and FC. RGB value is (89,30,252). Sum of RGB (Red+Green+Blue) = 89+30+252=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #591EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591EFC is #A6E103. Grayscale: #484848. Windows color (decimal): -10936580 or 16522841. OLE color: 16522841.
HSL color Cylindrical-coordinate representation of color #591EFC: hue angle of 255.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591EFC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 30 | 252 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.01 |
| HSL | 255.95º | 0.97% | 0.55% | - |
| HSV(B) | 255.95º | 0.88% | 0.99% | - |
| XYZ | 22.15 | 10.08 | 92.87 | - |
| YUV | 72.95 | 229.05 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 252 | 0.65 | 0.88 | 0 | 0.01 | 255.95 | 0.97 | 0.55 |
| Hex | 59 | 1E | FC | 41 | 58 | 0 | 1 | 100 | 61 | 37 |
| Octal | 131 | 36 | 374 | 101 | 130 | 0 | 1 | 400 | 141 | 67 |
| Binary | 1011001 | 11110 | 11111100 | 1000001 | 1011000 | 0 | 1 | 100000000 | 1100001 | 110111 |
Color Harmonies of #591EFC
Complementary color
Monochromatic Colors of #591EFC
Black with #591EFC
Text Example
Text Example
White with #591EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EFC; }
p { color: rgb(89,30,252); }
H1.HeaderClassName
{
color: #591EFC;
}
.AnyTagClassName
{
color: #591EFC;
}
</style>
background-color css
<style>
a { background-color: #591EFC; }
a { background-color: rgb(89,30,252); }
div.DivClassName
{
background-color: #591EFC;
}
.BgClassName
{
background-color: #591EFC;
}
</style>
border-color css
<style>
span { border-color: #591EFC; }
span { border-color: rgb(89,30,252); }
td.TdClassName
{
border-color: #591EFC;
}
.TagClassName
{
border-color: #591EFC;
}
</style>