Shades of Han Purple #590DFE
Tints of Han Purple #590DFE
RGB
CMYK
RGB Variations
Color information
#590DFE (or 0x590DFE) is known color: Han Purple. HEX triplet: 59, 0D and FE. RGB value is (89,13,254). Sum of RGB (Red+Green+Blue) = 89+13+254=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #590DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590DFE is #A6F201. Grayscale: #3E3E3E. Windows color (decimal): -10940930 or 16649561. OLE color: 16649561.
HSL color Cylindrical-coordinate representation of color #590DFE: hue angle of 258.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590DFE is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 13 | 254 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.00 |
| HSL | 258.92º | 0.99% | 0.52% | - |
| HSV(B) | 258.92º | 0.95% | 1% | - |
| XYZ | 22.15 | 9.57 | 94.45 | - |
| YUV | 63.2 | 235.68 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 254 | 0.65 | 0.95 | 0 | 0.00 | 258.92 | 0.99 | 0.52 |
| Hex | 59 | D | FE | 41 | 5F | 0 | 0 | 103 | 63 | 34 |
| Octal | 131 | 15 | 376 | 101 | 137 | 0 | 0 | 403 | 143 | 64 |
| Binary | 1011001 | 1101 | 11111110 | 1000001 | 1011111 | 0 | 0 | 100000011 | 1100011 | 110100 |
Color Harmonies of #590DFE
Complementary color
Monochromatic Colors of #590DFE
Black with #590DFE
Text Example
Text Example
White with #590DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590DFE; }
p { color: rgb(89,13,254); }
H1.HeaderClassName
{
color: #590DFE;
}
.AnyTagClassName
{
color: #590DFE;
}
</style>
background-color css
<style>
a { background-color: #590DFE; }
a { background-color: rgb(89,13,254); }
div.DivClassName
{
background-color: #590DFE;
}
.BgClassName
{
background-color: #590DFE;
}
</style>
border-color css
<style>
span { border-color: #590DFE; }
span { border-color: rgb(89,13,254); }
td.TdClassName
{
border-color: #590DFE;
}
.TagClassName
{
border-color: #590DFE;
}
</style>