Shades of Han Purple #591AFB
Tints of Han Purple #591AFB
RGB
CMYK
RGB Variations
Color information
#591AFB (or 0x591AFB) is known color: Han Purple. HEX triplet: 59, 1A and FB. RGB value is (89,26,251). Sum of RGB (Red+Green+Blue) = 89+26+251=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #591AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AFB is #A6E504. Grayscale: #454545. Windows color (decimal): -10937605 or 16456281. OLE color: 16456281.
HSL color Cylindrical-coordinate representation of color #591AFB: hue angle of 256.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #591AFB is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 26 | 251 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.02 |
| HSL | 256.8º | 0.97% | 0.54% | - |
| HSV(B) | 256.8º | 0.9% | 0.98% | - |
| XYZ | 21.9 | 9.83 | 92.01 | - |
| YUV | 70.49 | 229.87 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 251 | 0.65 | 0.90 | 0 | 0.02 | 256.8 | 0.97 | 0.54 |
| Hex | 59 | 1A | FB | 41 | 5A | 0 | 2 | 101 | 61 | 36 |
| Octal | 131 | 32 | 373 | 101 | 132 | 0 | 2 | 401 | 141 | 66 |
| Binary | 1011001 | 11010 | 11111011 | 1000001 | 1011010 | 0 | 10 | 100000001 | 1100001 | 110110 |
Color Harmonies of #591AFB
Complementary color
Monochromatic Colors of #591AFB
Black with #591AFB
Text Example
Text Example
White with #591AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AFB; }
p { color: rgb(89,26,251); }
H1.HeaderClassName
{
color: #591AFB;
}
.AnyTagClassName
{
color: #591AFB;
}
</style>
background-color css
<style>
a { background-color: #591AFB; }
a { background-color: rgb(89,26,251); }
div.DivClassName
{
background-color: #591AFB;
}
.BgClassName
{
background-color: #591AFB;
}
</style>
border-color css
<style>
span { border-color: #591AFB; }
span { border-color: rgb(89,26,251); }
td.TdClassName
{
border-color: #591AFB;
}
.TagClassName
{
border-color: #591AFB;
}
</style>