Shades of Han Purple #591ADD
Tints of Han Purple #591ADD
RGB
CMYK
RGB Variations
Color information
#591ADD (or 0x591ADD) is known color: Han Purple. HEX triplet: 59, 1A and DD. RGB value is (89,26,221). Sum of RGB (Red+Green+Blue) = 89+26+221=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #591ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ADD is #A6E522. Grayscale: #424242. Windows color (decimal): -10937635 or 14490201. OLE color: 14490201.
HSL color Cylindrical-coordinate representation of color #591ADD: hue angle of 259.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591ADD is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 26 | 221 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.13 |
| HSL | 259.38º | 0.79% | 0.48% | - |
| HSV(B) | 259.38º | 0.88% | 0.87% | - |
| XYZ | 17.54 | 8.08 | 69.04 | - |
| YUV | 67.07 | 214.87 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 221 | 0.60 | 0.88 | 0 | 0.13 | 259.38 | 0.79 | 0.48 |
| Hex | 59 | 1A | DD | 3C | 58 | 0 | D | 103 | 4F | 30 |
| Octal | 131 | 32 | 335 | 74 | 130 | 0 | 15 | 403 | 117 | 60 |
| Binary | 1011001 | 11010 | 11011101 | 111100 | 1011000 | 0 | 1101 | 100000011 | 1001111 | 110000 |
Color Harmonies of #591ADD
Complementary color
Monochromatic Colors of #591ADD
Black with #591ADD
Text Example
Text Example
White with #591ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591ADD; }
p { color: rgb(89,26,221); }
H1.HeaderClassName
{
color: #591ADD;
}
.AnyTagClassName
{
color: #591ADD;
}
</style>
background-color css
<style>
a { background-color: #591ADD; }
a { background-color: rgb(89,26,221); }
div.DivClassName
{
background-color: #591ADD;
}
.BgClassName
{
background-color: #591ADD;
}
</style>
border-color css
<style>
span { border-color: #591ADD; }
span { border-color: rgb(89,26,221); }
td.TdClassName
{
border-color: #591ADD;
}
.TagClassName
{
border-color: #591ADD;
}
</style>