Shades of Han Purple #590DFB
Tints of Han Purple #590DFB
RGB
CMYK
RGB Variations
Color information
#590DFB (or 0x590DFB) is known color: Han Purple. HEX triplet: 59, 0D and FB. RGB value is (89,13,251). Sum of RGB (Red+Green+Blue) = 89+13+251=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #590DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590DFB is #A6F204. Grayscale: #3D3D3D. Windows color (decimal): -10940933 or 16452953. OLE color: 16452953.
HSL color Cylindrical-coordinate representation of color #590DFB: hue angle of 259.16º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590DFB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 13 | 251 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.02 |
| HSL | 259.16º | 0.97% | 0.52% | - |
| HSV(B) | 259.16º | 0.95% | 0.98% | - |
| XYZ | 21.68 | 9.38 | 91.93 | - |
| YUV | 62.86 | 234.18 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 251 | 0.65 | 0.95 | 0 | 0.02 | 259.16 | 0.97 | 0.52 |
| Hex | 59 | D | FB | 41 | 5F | 0 | 2 | 103 | 61 | 34 |
| Octal | 131 | 15 | 373 | 101 | 137 | 0 | 2 | 403 | 141 | 64 |
| Binary | 1011001 | 1101 | 11111011 | 1000001 | 1011111 | 0 | 10 | 100000011 | 1100001 | 110100 |
Color Harmonies of #590DFB
Complementary color
Monochromatic Colors of #590DFB
Black with #590DFB
Text Example
Text Example
White with #590DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590DFB; }
p { color: rgb(89,13,251); }
H1.HeaderClassName
{
color: #590DFB;
}
.AnyTagClassName
{
color: #590DFB;
}
</style>
background-color css
<style>
a { background-color: #590DFB; }
a { background-color: rgb(89,13,251); }
div.DivClassName
{
background-color: #590DFB;
}
.BgClassName
{
background-color: #590DFB;
}
</style>
border-color css
<style>
span { border-color: #590DFB; }
span { border-color: rgb(89,13,251); }
td.TdClassName
{
border-color: #590DFB;
}
.TagClassName
{
border-color: #590DFB;
}
</style>