Shades of Han Purple #592FFF
Tints of Han Purple #592FFF
RGB
CMYK
RGB Variations
Color information
#592FFF (or 0x592FFF) is known color: Han Purple. HEX triplet: 59, 2F and FF. RGB value is (89,47,255). Sum of RGB (Red+Green+Blue) = 89+47+255=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #592FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592FFF is #A6D000. Grayscale: #525252. Windows color (decimal): -10932225 or 16723801. OLE color: 16723801.
HSL color Cylindrical-coordinate representation of color #592FFF: hue angle of 252.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #592FFF is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 47 | 255 | - |
| CMYK | 0.65 | 0.82 | 0 | 0 |
| HSL | 252.12º | 1% | 0.59% | - |
| HSV(B) | 252.12º | 0.82% | 1% | - |
| XYZ | 23.19 | 11.38 | 95.58 | - |
| YUV | 83.27 | 224.91 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 255 | 0.65 | 0.82 | 0 | 0 | 252.12 | 1 | 0.59 |
| Hex | 59 | 2F | FF | 41 | 52 | 0 | 0 | FC | 64 | 3B |
| Octal | 131 | 57 | 377 | 101 | 122 | 0 | 0 | 374 | 144 | 73 |
| Binary | 1011001 | 101111 | 11111111 | 1000001 | 1010010 | 0 | 0 | 11111100 | 1100100 | 111011 |
Color Harmonies of #592FFF
Complementary color
Monochromatic Colors of #592FFF
Black with #592FFF
Text Example
Text Example
White with #592FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592FFF; }
p { color: rgb(89,47,255); }
H1.HeaderClassName
{
color: #592FFF;
}
.AnyTagClassName
{
color: #592FFF;
}
</style>
background-color css
<style>
a { background-color: #592FFF; }
a { background-color: rgb(89,47,255); }
div.DivClassName
{
background-color: #592FFF;
}
.BgClassName
{
background-color: #592FFF;
}
</style>
border-color css
<style>
span { border-color: #592FFF; }
span { border-color: rgb(89,47,255); }
td.TdClassName
{
border-color: #592FFF;
}
.TagClassName
{
border-color: #592FFF;
}
</style>