Shades of Han Purple #5510EC
Tints of Han Purple #5510EC
RGB
CMYK
RGB Variations
Color information
#5510EC (or 0x5510EC) is known color: Han Purple. HEX triplet: 55, 10 and EC. RGB value is (85,16,236). Sum of RGB (Red+Green+Blue) = 85+16+236=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #5510EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510EC is #AAEF13. Grayscale: #3C3C3C. Windows color (decimal): -11202324 or 15470677. OLE color: 15470677.
HSL color Cylindrical-coordinate representation of color #5510EC: hue angle of 258.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510EC is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 16 | 236 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.07 |
| HSL | 258.82º | 0.87% | 0.49% | - |
| HSV(B) | 258.82º | 0.93% | 0.93% | - |
| XYZ | 19.07 | 8.36 | 79.96 | - |
| YUV | 61.71 | 226.36 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 236 | 0.64 | 0.93 | 0 | 0.07 | 258.82 | 0.87 | 0.49 |
| Hex | 55 | 10 | EC | 40 | 5D | 0 | 7 | 103 | 57 | 31 |
| Octal | 125 | 20 | 354 | 100 | 135 | 0 | 7 | 403 | 127 | 61 |
| Binary | 1010101 | 10000 | 11101100 | 1000000 | 1011101 | 0 | 111 | 100000011 | 1010111 | 110001 |
Color Harmonies of #5510EC
Complementary color
Monochromatic Colors of #5510EC
Black with #5510EC
Text Example
Text Example
White with #5510EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510EC; }
p { color: rgb(85,16,236); }
H1.HeaderClassName
{
color: #5510EC;
}
.AnyTagClassName
{
color: #5510EC;
}
</style>
background-color css
<style>
a { background-color: #5510EC; }
a { background-color: rgb(85,16,236); }
div.DivClassName
{
background-color: #5510EC;
}
.BgClassName
{
background-color: #5510EC;
}
</style>
border-color css
<style>
span { border-color: #5510EC; }
span { border-color: rgb(85,16,236); }
td.TdClassName
{
border-color: #5510EC;
}
.TagClassName
{
border-color: #5510EC;
}
</style>