Shades of Han Purple #592DFE
Tints of Han Purple #592DFE
RGB
CMYK
RGB Variations
Color information
#592DFE (or 0x592DFE) is known color: Han Purple. HEX triplet: 59, 2D and FE. RGB value is (89,45,254). Sum of RGB (Red+Green+Blue) = 89+45+254=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #592DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592DFE is #A6D201. Grayscale: #515151. Windows color (decimal): -10932738 or 16657753. OLE color: 16657753.
HSL color Cylindrical-coordinate representation of color #592DFE: hue angle of 252.63º 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 #592DFE is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 45 | 254 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.00 |
| HSL | 252.63º | 0.99% | 0.59% | - |
| HSV(B) | 252.63º | 0.82% | 1% | - |
| XYZ | 22.95 | 11.16 | 94.71 | - |
| YUV | 81.98 | 225.08 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 254 | 0.65 | 0.82 | 0 | 0.00 | 252.63 | 0.99 | 0.59 |
| Hex | 59 | 2D | FE | 41 | 52 | 0 | 0 | FD | 63 | 3B |
| Octal | 131 | 55 | 376 | 101 | 122 | 0 | 0 | 375 | 143 | 73 |
| Binary | 1011001 | 101101 | 11111110 | 1000001 | 1010010 | 0 | 0 | 11111101 | 1100011 | 111011 |
Color Harmonies of #592DFE
Complementary color
Monochromatic Colors of #592DFE
Black with #592DFE
Text Example
Text Example
White with #592DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DFE; }
p { color: rgb(89,45,254); }
H1.HeaderClassName
{
color: #592DFE;
}
.AnyTagClassName
{
color: #592DFE;
}
</style>
background-color css
<style>
a { background-color: #592DFE; }
a { background-color: rgb(89,45,254); }
div.DivClassName
{
background-color: #592DFE;
}
.BgClassName
{
background-color: #592DFE;
}
</style>
border-color css
<style>
span { border-color: #592DFE; }
span { border-color: rgb(89,45,254); }
td.TdClassName
{
border-color: #592DFE;
}
.TagClassName
{
border-color: #592DFE;
}
</style>