Shades of Han Purple #591EDF
Tints of Han Purple #591EDF
RGB
CMYK
RGB Variations
Color information
#591EDF (or 0x591EDF) is known color: Han Purple. HEX triplet: 59, 1E and DF. RGB value is (89,30,223). Sum of RGB (Red+Green+Blue) = 89+30+223=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #591EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EDF is #A6E120. Grayscale: #444444. Windows color (decimal): -10936609 or 14622297. OLE color: 14622297.
HSL color Cylindrical-coordinate representation of color #591EDF: hue angle of 258.34º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591EDF is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 30 | 223 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.13 |
| HSL | 258.34º | 0.76% | 0.5% | - |
| HSV(B) | 258.34º | 0.87% | 0.87% | - |
| XYZ | 17.9 | 8.38 | 70.49 | - |
| YUV | 69.64 | 214.55 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 223 | 0.60 | 0.87 | 0 | 0.13 | 258.34 | 0.76 | 0.5 |
| Hex | 59 | 1E | DF | 3C | 57 | 0 | D | 102 | 4C | 32 |
| Octal | 131 | 36 | 337 | 74 | 127 | 0 | 15 | 402 | 114 | 62 |
| Binary | 1011001 | 11110 | 11011111 | 111100 | 1010111 | 0 | 1101 | 100000010 | 1001100 | 110010 |
Color Harmonies of #591EDF
Complementary color
Monochromatic Colors of #591EDF
Black with #591EDF
Text Example
Text Example
White with #591EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EDF; }
p { color: rgb(89,30,223); }
H1.HeaderClassName
{
color: #591EDF;
}
.AnyTagClassName
{
color: #591EDF;
}
</style>
background-color css
<style>
a { background-color: #591EDF; }
a { background-color: rgb(89,30,223); }
div.DivClassName
{
background-color: #591EDF;
}
.BgClassName
{
background-color: #591EDF;
}
</style>
border-color css
<style>
span { border-color: #591EDF; }
span { border-color: rgb(89,30,223); }
td.TdClassName
{
border-color: #591EDF;
}
.TagClassName
{
border-color: #591EDF;
}
</style>