Shades of Han Purple #592EFE
Tints of Han Purple #592EFE
RGB
CMYK
RGB Variations
Color information
#592EFE (or 0x592EFE) is known color: Han Purple. HEX triplet: 59, 2E and FE. RGB value is (89,46,254). Sum of RGB (Red+Green+Blue) = 89+46+254=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #592EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592EFE is #A6D101. Grayscale: #515151. Windows color (decimal): -10932482 or 16658009. OLE color: 16658009.
HSL color Cylindrical-coordinate representation of color #592EFE: hue angle of 252.4º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #592EFE is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 46 | 254 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.00 |
| HSL | 252.4º | 0.99% | 0.59% | - |
| HSV(B) | 252.4º | 0.82% | 1% | - |
| XYZ | 22.99 | 11.23 | 94.72 | - |
| YUV | 82.57 | 224.75 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 254 | 0.65 | 0.82 | 0 | 0.00 | 252.4 | 0.99 | 0.59 |
| Hex | 59 | 2E | FE | 41 | 52 | 0 | 0 | FC | 63 | 3B |
| Octal | 131 | 56 | 376 | 101 | 122 | 0 | 0 | 374 | 143 | 73 |
| Binary | 1011001 | 101110 | 11111110 | 1000001 | 1010010 | 0 | 0 | 11111100 | 1100011 | 111011 |
Color Harmonies of #592EFE
Complementary color
Monochromatic Colors of #592EFE
Black with #592EFE
Text Example
Text Example
White with #592EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592EFE; }
p { color: rgb(89,46,254); }
H1.HeaderClassName
{
color: #592EFE;
}
.AnyTagClassName
{
color: #592EFE;
}
</style>
background-color css
<style>
a { background-color: #592EFE; }
a { background-color: rgb(89,46,254); }
div.DivClassName
{
background-color: #592EFE;
}
.BgClassName
{
background-color: #592EFE;
}
</style>
border-color css
<style>
span { border-color: #592EFE; }
span { border-color: rgb(89,46,254); }
td.TdClassName
{
border-color: #592EFE;
}
.TagClassName
{
border-color: #592EFE;
}
</style>