Shades of Han Purple #5911FE
Tints of Han Purple #5911FE
RGB
CMYK
RGB Variations
Color information
#5911FE (or 0x5911FE) is known color: Han Purple. HEX triplet: 59, 11 and FE. RGB value is (89,17,254). Sum of RGB (Red+Green+Blue) = 89+17+254=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #5911FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5911FE is #A6EE01. Grayscale: #404040. Windows color (decimal): -10939906 or 16650585. OLE color: 16650585.
HSL color Cylindrical-coordinate representation of color #5911FE: hue angle of 258.23º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5911FE is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 17 | 254 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.00 |
| HSL | 258.23º | 0.99% | 0.53% | - |
| HSV(B) | 258.23º | 0.93% | 1% | - |
| XYZ | 22.21 | 9.68 | 94.46 | - |
| YUV | 65.55 | 234.35 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 254 | 0.65 | 0.93 | 0 | 0.00 | 258.23 | 0.99 | 0.53 |
| Hex | 59 | 11 | FE | 41 | 5D | 0 | 0 | 102 | 63 | 35 |
| Octal | 131 | 21 | 376 | 101 | 135 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1011001 | 10001 | 11111110 | 1000001 | 1011101 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #5911FE
Complementary color
Monochromatic Colors of #5911FE
Black with #5911FE
Text Example
Text Example
White with #5911FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5911FE; }
p { color: rgb(89,17,254); }
H1.HeaderClassName
{
color: #5911FE;
}
.AnyTagClassName
{
color: #5911FE;
}
</style>
background-color css
<style>
a { background-color: #5911FE; }
a { background-color: rgb(89,17,254); }
div.DivClassName
{
background-color: #5911FE;
}
.BgClassName
{
background-color: #5911FE;
}
</style>
border-color css
<style>
span { border-color: #5911FE; }
span { border-color: rgb(89,17,254); }
td.TdClassName
{
border-color: #5911FE;
}
.TagClassName
{
border-color: #5911FE;
}
</style>