Shades of Han Purple #590AFB
Tints of Han Purple #590AFB
RGB
CMYK
RGB Variations
Color information
#590AFB (or 0x590AFB) is known color: Han Purple. HEX triplet: 59, 0A and FB. RGB value is (89,10,251). Sum of RGB (Red+Green+Blue) = 89+10+251=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #590AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590AFB is #A6F504. Grayscale: #3C3C3C. Windows color (decimal): -10941701 or 16452185. OLE color: 16452185.
HSL color Cylindrical-coordinate representation of color #590AFB: hue angle of 259.67º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590AFB is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 10 | 251 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.02 |
| HSL | 259.67º | 0.97% | 0.51% | - |
| HSV(B) | 259.67º | 0.96% | 0.98% | - |
| XYZ | 21.64 | 9.31 | 91.92 | - |
| YUV | 61.1 | 235.17 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 251 | 0.65 | 0.96 | 0 | 0.02 | 259.67 | 0.97 | 0.51 |
| Hex | 59 | A | FB | 41 | 60 | 0 | 2 | 104 | 61 | 33 |
| Octal | 131 | 12 | 373 | 101 | 140 | 0 | 2 | 404 | 141 | 63 |
| Binary | 1011001 | 1010 | 11111011 | 1000001 | 1100000 | 0 | 10 | 100000100 | 1100001 | 110011 |
Color Harmonies of #590AFB
Complementary color
Monochromatic Colors of #590AFB
Black with #590AFB
Text Example
Text Example
White with #590AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590AFB; }
p { color: rgb(89,10,251); }
H1.HeaderClassName
{
color: #590AFB;
}
.AnyTagClassName
{
color: #590AFB;
}
</style>
background-color css
<style>
a { background-color: #590AFB; }
a { background-color: rgb(89,10,251); }
div.DivClassName
{
background-color: #590AFB;
}
.BgClassName
{
background-color: #590AFB;
}
</style>
border-color css
<style>
span { border-color: #590AFB; }
span { border-color: rgb(89,10,251); }
td.TdClassName
{
border-color: #590AFB;
}
.TagClassName
{
border-color: #590AFB;
}
</style>