Shades of Han Purple #591AF9
Tints of Han Purple #591AF9
RGB
CMYK
RGB Variations
Color information
#591AF9 (or 0x591AF9) is known color: Han Purple. HEX triplet: 59, 1A and F9. RGB value is (89,26,249). Sum of RGB (Red+Green+Blue) = 89+26+249=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 249 (97.66% from 255 or 68.41% from 364); Max value from RGB is 249 - color contains mainly: blue. Hex color #591AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AF9 is #A6E506. Grayscale: #454545. Windows color (decimal): -10937607 or 16325209. OLE color: 16325209.
HSL color Cylindrical-coordinate representation of color #591AF9: hue angle of 256.95º degrees, saturation: 0.95, 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 #591AF9 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 26 | 249 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.02 |
| HSL | 256.95º | 0.95% | 0.54% | - |
| HSV(B) | 256.95º | 0.9% | 0.98% | - |
| XYZ | 21.59 | 9.7 | 90.36 | - |
| YUV | 70.26 | 228.87 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 249 | 0.64 | 0.90 | 0 | 0.02 | 256.95 | 0.95 | 0.54 |
| Hex | 59 | 1A | F9 | 40 | 5A | 0 | 2 | 101 | 5F | 36 |
| Octal | 131 | 32 | 371 | 100 | 132 | 0 | 2 | 401 | 137 | 66 |
| Binary | 1011001 | 11010 | 11111001 | 1000000 | 1011010 | 0 | 10 | 100000001 | 1011111 | 110110 |
Color Harmonies of #591AF9
Complementary color
Monochromatic Colors of #591AF9
Black with #591AF9
Text Example
Text Example
White with #591AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AF9; }
p { color: rgb(89,26,249); }
H1.HeaderClassName
{
color: #591AF9;
}
.AnyTagClassName
{
color: #591AF9;
}
</style>
background-color css
<style>
a { background-color: #591AF9; }
a { background-color: rgb(89,26,249); }
div.DivClassName
{
background-color: #591AF9;
}
.BgClassName
{
background-color: #591AF9;
}
</style>
border-color css
<style>
span { border-color: #591AF9; }
span { border-color: rgb(89,26,249); }
td.TdClassName
{
border-color: #591AF9;
}
.TagClassName
{
border-color: #591AF9;
}
</style>