Shades of Han Purple #592EFC
Tints of Han Purple #592EFC
RGB
CMYK
RGB Variations
Color information
#592EFC (or 0x592EFC) is known color: Han Purple. HEX triplet: 59, 2E and FC. RGB value is (89,46,252). Sum of RGB (Red+Green+Blue) = 89+46+252=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #592EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592EFC is #A6D103. Grayscale: #515151. Windows color (decimal): -10932484 or 16526937. OLE color: 16526937.
HSL color Cylindrical-coordinate representation of color #592EFC: hue angle of 252.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #592EFC is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 46 | 252 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.01 |
| HSL | 252.52º | 0.97% | 0.58% | - |
| HSV(B) | 252.52º | 0.82% | 0.99% | - |
| XYZ | 22.67 | 11.11 | 93.04 | - |
| YUV | 82.34 | 223.75 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 252 | 0.65 | 0.82 | 0 | 0.01 | 252.52 | 0.97 | 0.58 |
| Hex | 59 | 2E | FC | 41 | 52 | 0 | 1 | FD | 61 | 3A |
| Octal | 131 | 56 | 374 | 101 | 122 | 0 | 1 | 375 | 141 | 72 |
| Binary | 1011001 | 101110 | 11111100 | 1000001 | 1010010 | 0 | 1 | 11111101 | 1100001 | 111010 |
Color Harmonies of #592EFC
Complementary color
Monochromatic Colors of #592EFC
Black with #592EFC
Text Example
Text Example
White with #592EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592EFC; }
p { color: rgb(89,46,252); }
H1.HeaderClassName
{
color: #592EFC;
}
.AnyTagClassName
{
color: #592EFC;
}
</style>
background-color css
<style>
a { background-color: #592EFC; }
a { background-color: rgb(89,46,252); }
div.DivClassName
{
background-color: #592EFC;
}
.BgClassName
{
background-color: #592EFC;
}
</style>
border-color css
<style>
span { border-color: #592EFC; }
span { border-color: rgb(89,46,252); }
td.TdClassName
{
border-color: #592EFC;
}
.TagClassName
{
border-color: #592EFC;
}
</style>