Shades of Han Purple #592FFC
Tints of Han Purple #592FFC
RGB
CMYK
RGB Variations
Color information
#592FFC (or 0x592FFC) is known color: Han Purple. HEX triplet: 59, 2F and FC. RGB value is (89,47,252). Sum of RGB (Red+Green+Blue) = 89+47+252=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #592FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592FFC is #A6D003. Grayscale: #525252. Windows color (decimal): -10932228 or 16527193. OLE color: 16527193.
HSL color Cylindrical-coordinate representation of color #592FFC: hue angle of 252.29º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592FFC is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 47 | 252 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.01 |
| HSL | 252.29º | 0.97% | 0.59% | - |
| HSV(B) | 252.29º | 0.81% | 0.99% | - |
| XYZ | 22.71 | 11.19 | 93.06 | - |
| YUV | 82.93 | 223.41 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 252 | 0.65 | 0.81 | 0 | 0.01 | 252.29 | 0.97 | 0.59 |
| Hex | 59 | 2F | FC | 41 | 51 | 0 | 1 | FC | 61 | 3B |
| Octal | 131 | 57 | 374 | 101 | 121 | 0 | 1 | 374 | 141 | 73 |
| Binary | 1011001 | 101111 | 11111100 | 1000001 | 1010001 | 0 | 1 | 11111100 | 1100001 | 111011 |
Color Harmonies of #592FFC
Complementary color
Monochromatic Colors of #592FFC
Black with #592FFC
Text Example
Text Example
White with #592FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592FFC; }
p { color: rgb(89,47,252); }
H1.HeaderClassName
{
color: #592FFC;
}
.AnyTagClassName
{
color: #592FFC;
}
</style>
background-color css
<style>
a { background-color: #592FFC; }
a { background-color: rgb(89,47,252); }
div.DivClassName
{
background-color: #592FFC;
}
.BgClassName
{
background-color: #592FFC;
}
</style>
border-color css
<style>
span { border-color: #592FFC; }
span { border-color: rgb(89,47,252); }
td.TdClassName
{
border-color: #592FFC;
}
.TagClassName
{
border-color: #592FFC;
}
</style>