Shades of Han Purple #5110EE
Tints of Han Purple #5110EE
RGB
CMYK
RGB Variations
Color information
#5110EE (or 0x5110EE) is known color: Han Purple. HEX triplet: 51, 10 and EE. RGB value is (81,16,238). Sum of RGB (Red+Green+Blue) = 81+16+238=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #5110EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5110EE is #AEEF11. Grayscale: #3B3B3B. Windows color (decimal): -11464466 or 15601745. OLE color: 15601745.
HSL color Cylindrical-coordinate representation of color #5110EE: hue angle of 257.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5110EE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 16 | 238 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.07 |
| HSL | 257.57º | 0.87% | 0.5% | - |
| HSV(B) | 257.57º | 0.93% | 0.93% | - |
| XYZ | 19.01 | 8.29 | 81.49 | - |
| YUV | 60.74 | 228.03 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 238 | 0.66 | 0.93 | 0 | 0.07 | 257.57 | 0.87 | 0.5 |
| Hex | 51 | 10 | EE | 42 | 5D | 0 | 7 | 102 | 57 | 32 |
| Octal | 121 | 20 | 356 | 102 | 135 | 0 | 7 | 402 | 127 | 62 |
| Binary | 1010001 | 10000 | 11101110 | 1000010 | 1011101 | 0 | 111 | 100000010 | 1010111 | 110010 |
Color Harmonies of #5110EE
Complementary color
Monochromatic Colors of #5110EE
Black with #5110EE
Text Example
Text Example
White with #5110EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110EE; }
p { color: rgb(81,16,238); }
H1.HeaderClassName
{
color: #5110EE;
}
.AnyTagClassName
{
color: #5110EE;
}
</style>
background-color css
<style>
a { background-color: #5110EE; }
a { background-color: rgb(81,16,238); }
div.DivClassName
{
background-color: #5110EE;
}
.BgClassName
{
background-color: #5110EE;
}
</style>
border-color css
<style>
span { border-color: #5110EE; }
span { border-color: rgb(81,16,238); }
td.TdClassName
{
border-color: #5110EE;
}
.TagClassName
{
border-color: #5110EE;
}
</style>