Shades of Han Purple #592CFD
Tints of Han Purple #592CFD
RGB
CMYK
RGB Variations
Color information
#592CFD (or 0x592CFD) is known color: Han Purple. HEX triplet: 59, 2C and FD. RGB value is (89,44,253). Sum of RGB (Red+Green+Blue) = 89+44+253=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #592CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592CFD is #A6D302. Grayscale: #505050. Windows color (decimal): -10932995 or 16591961. OLE color: 16591961.
HSL color Cylindrical-coordinate representation of color #592CFD: hue angle of 252.92º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #592CFD is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 44 | 253 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.01 |
| HSL | 252.92º | 0.98% | 0.58% | - |
| HSV(B) | 252.92º | 0.83% | 0.99% | - |
| XYZ | 22.75 | 11.02 | 93.86 | - |
| YUV | 81.28 | 224.91 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 253 | 0.65 | 0.83 | 0 | 0.01 | 252.92 | 0.98 | 0.58 |
| Hex | 59 | 2C | FD | 41 | 53 | 0 | 1 | FD | 62 | 3A |
| Octal | 131 | 54 | 375 | 101 | 123 | 0 | 1 | 375 | 142 | 72 |
| Binary | 1011001 | 101100 | 11111101 | 1000001 | 1010011 | 0 | 1 | 11111101 | 1100010 | 111010 |
Color Harmonies of #592CFD
Complementary color
Monochromatic Colors of #592CFD
Black with #592CFD
Text Example
Text Example
White with #592CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CFD; }
p { color: rgb(89,44,253); }
H1.HeaderClassName
{
color: #592CFD;
}
.AnyTagClassName
{
color: #592CFD;
}
</style>
background-color css
<style>
a { background-color: #592CFD; }
a { background-color: rgb(89,44,253); }
div.DivClassName
{
background-color: #592CFD;
}
.BgClassName
{
background-color: #592CFD;
}
</style>
border-color css
<style>
span { border-color: #592CFD; }
span { border-color: rgb(89,44,253); }
td.TdClassName
{
border-color: #592CFD;
}
.TagClassName
{
border-color: #592CFD;
}
</style>