Shades of Han Purple #590DFC
Tints of Han Purple #590DFC
RGB
CMYK
RGB Variations
Color information
#590DFC (or 0x590DFC) is known color: Han Purple. HEX triplet: 59, 0D and FC. RGB value is (89,13,252). Sum of RGB (Red+Green+Blue) = 89+13+252=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #590DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590DFC is #A6F203. Grayscale: #3E3E3E. Windows color (decimal): -10940932 or 16518489. OLE color: 16518489.
HSL color Cylindrical-coordinate representation of color #590DFC: hue angle of 259.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590DFC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 13 | 252 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.01 |
| HSL | 259.08º | 0.98% | 0.52% | - |
| HSV(B) | 259.08º | 0.95% | 0.99% | - |
| XYZ | 21.83 | 9.44 | 92.77 | - |
| YUV | 62.97 | 234.68 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 252 | 0.65 | 0.95 | 0 | 0.01 | 259.08 | 0.98 | 0.52 |
| Hex | 59 | D | FC | 41 | 5F | 0 | 1 | 103 | 62 | 34 |
| Octal | 131 | 15 | 374 | 101 | 137 | 0 | 1 | 403 | 142 | 64 |
| Binary | 1011001 | 1101 | 11111100 | 1000001 | 1011111 | 0 | 1 | 100000011 | 1100010 | 110100 |
Color Harmonies of #590DFC
Complementary color
Monochromatic Colors of #590DFC
Black with #590DFC
Text Example
Text Example
White with #590DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590DFC; }
p { color: rgb(89,13,252); }
H1.HeaderClassName
{
color: #590DFC;
}
.AnyTagClassName
{
color: #590DFC;
}
</style>
background-color css
<style>
a { background-color: #590DFC; }
a { background-color: rgb(89,13,252); }
div.DivClassName
{
background-color: #590DFC;
}
.BgClassName
{
background-color: #590DFC;
}
</style>
border-color css
<style>
span { border-color: #590DFC; }
span { border-color: rgb(89,13,252); }
td.TdClassName
{
border-color: #590DFC;
}
.TagClassName
{
border-color: #590DFC;
}
</style>