Shades of Han Purple #5911EB
Tints of Han Purple #5911EB
RGB
CMYK
RGB Variations
Color information
#5911EB (or 0x5911EB) is known color: Han Purple. HEX triplet: 59, 11 and EB. RGB value is (89,17,235). Sum of RGB (Red+Green+Blue) = 89+17+235=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5911EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5911EB is #A6EE14. Grayscale: #3E3E3E. Windows color (decimal): -10939925 or 15405401. OLE color: 15405401.
HSL color Cylindrical-coordinate representation of color #5911EB: hue angle of 259.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5911EB is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 17 | 235 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.08 |
| HSL | 259.82º | 0.87% | 0.49% | - |
| HSV(B) | 259.82º | 0.93% | 0.92% | - |
| XYZ | 19.32 | 8.52 | 79.22 | - |
| YUV | 63.38 | 224.85 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 235 | 0.62 | 0.93 | 0 | 0.08 | 259.82 | 0.87 | 0.49 |
| Hex | 59 | 11 | EB | 3E | 5D | 0 | 8 | 104 | 57 | 31 |
| Octal | 131 | 21 | 353 | 76 | 135 | 0 | 10 | 404 | 127 | 61 |
| Binary | 1011001 | 10001 | 11101011 | 111110 | 1011101 | 0 | 1000 | 100000100 | 1010111 | 110001 |
Color Harmonies of #5911EB
Complementary color
Monochromatic Colors of #5911EB
Black with #5911EB
Text Example
Text Example
White with #5911EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5911EB; }
p { color: rgb(89,17,235); }
H1.HeaderClassName
{
color: #5911EB;
}
.AnyTagClassName
{
color: #5911EB;
}
</style>
background-color css
<style>
a { background-color: #5911EB; }
a { background-color: rgb(89,17,235); }
div.DivClassName
{
background-color: #5911EB;
}
.BgClassName
{
background-color: #5911EB;
}
</style>
border-color css
<style>
span { border-color: #5911EB; }
span { border-color: rgb(89,17,235); }
td.TdClassName
{
border-color: #5911EB;
}
.TagClassName
{
border-color: #5911EB;
}
</style>