Shades of Han Purple #590AF8
Tints of Han Purple #590AF8
RGB
CMYK
RGB Variations
Color information
#590AF8 (or 0x590AF8) is known color: Han Purple. HEX triplet: 59, 0A and F8. RGB value is (89,10,248). Sum of RGB (Red+Green+Blue) = 89+10+248=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 248 (97.27% from 255 or 71.47% from 347); Max value from RGB is 248 - color contains mainly: blue. Hex color #590AF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590AF8 is #A6F507. Grayscale: #3B3B3B. Windows color (decimal): -10941704 or 16255577. OLE color: 16255577.
HSL color Cylindrical-coordinate representation of color #590AF8: hue angle of 259.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590AF8 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 10 | 248 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.03 |
| HSL | 259.92º | 0.94% | 0.51% | - |
| HSV(B) | 259.92º | 0.96% | 0.97% | - |
| XYZ | 21.17 | 9.12 | 89.45 | - |
| YUV | 60.75 | 233.67 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 248 | 0.64 | 0.96 | 0 | 0.03 | 259.92 | 0.94 | 0.51 |
| Hex | 59 | A | F8 | 40 | 60 | 0 | 3 | 104 | 5E | 33 |
| Octal | 131 | 12 | 370 | 100 | 140 | 0 | 3 | 404 | 136 | 63 |
| Binary | 1011001 | 1010 | 11111000 | 1000000 | 1100000 | 0 | 11 | 100000100 | 1011110 | 110011 |
Color Harmonies of #590AF8
Complementary color
Monochromatic Colors of #590AF8
Black with #590AF8
Text Example
Text Example
White with #590AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590AF8; }
p { color: rgb(89,10,248); }
H1.HeaderClassName
{
color: #590AF8;
}
.AnyTagClassName
{
color: #590AF8;
}
</style>
background-color css
<style>
a { background-color: #590AF8; }
a { background-color: rgb(89,10,248); }
div.DivClassName
{
background-color: #590AF8;
}
.BgClassName
{
background-color: #590AF8;
}
</style>
border-color css
<style>
span { border-color: #590AF8; }
span { border-color: rgb(89,10,248); }
td.TdClassName
{
border-color: #590AF8;
}
.TagClassName
{
border-color: #590AF8;
}
</style>