Shades of Han Purple #590AFF
Tints of Han Purple #590AFF
RGB
CMYK
RGB Variations
Color information
#590AFF (or 0x590AFF) is known color: Han Purple. HEX triplet: 59, 0A and FF. RGB value is (89,10,255). Sum of RGB (Red+Green+Blue) = 89+10+255=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #590AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590AFF is #A6F500. Grayscale: #3C3C3C. Windows color (decimal): -10941697 or 16714329. OLE color: 16714329.
HSL color Cylindrical-coordinate representation of color #590AFF: hue angle of 259.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590AFF is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 10 | 255 | - |
| CMYK | 0.65 | 0.96 | 0 | 0 |
| HSL | 259.35º | 1% | 0.52% | - |
| HSV(B) | 259.35º | 0.96% | 1% | - |
| XYZ | 22.28 | 9.56 | 95.28 | - |
| YUV | 61.55 | 237.17 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 255 | 0.65 | 0.96 | 0 | 0 | 259.35 | 1 | 0.52 |
| Hex | 59 | A | FF | 41 | 60 | 0 | 0 | 103 | 64 | 34 |
| Octal | 131 | 12 | 377 | 101 | 140 | 0 | 0 | 403 | 144 | 64 |
| Binary | 1011001 | 1010 | 11111111 | 1000001 | 1100000 | 0 | 0 | 100000011 | 1100100 | 110100 |
Color Harmonies of #590AFF
Complementary color
Monochromatic Colors of #590AFF
Black with #590AFF
Text Example
Text Example
White with #590AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590AFF; }
p { color: rgb(89,10,255); }
H1.HeaderClassName
{
color: #590AFF;
}
.AnyTagClassName
{
color: #590AFF;
}
</style>
background-color css
<style>
a { background-color: #590AFF; }
a { background-color: rgb(89,10,255); }
div.DivClassName
{
background-color: #590AFF;
}
.BgClassName
{
background-color: #590AFF;
}
</style>
border-color css
<style>
span { border-color: #590AFF; }
span { border-color: rgb(89,10,255); }
td.TdClassName
{
border-color: #590AFF;
}
.TagClassName
{
border-color: #590AFF;
}
</style>