Shades of Han Purple #550EEC
Tints of Han Purple #550EEC
RGB
CMYK
RGB Variations
Color information
#550EEC (or 0x550EEC) is known color: Han Purple. HEX triplet: 55, 0E and EC. RGB value is (85,14,236). Sum of RGB (Red+Green+Blue) = 85+14+236=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #550EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EEC is #AAF113. Grayscale: #3B3B3B. Windows color (decimal): -11202836 or 15470165. OLE color: 15470165.
HSL color Cylindrical-coordinate representation of color #550EEC: hue angle of 259.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EEC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 14 | 236 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.07 |
| HSL | 259.19º | 0.89% | 0.49% | - |
| HSV(B) | 259.19º | 0.94% | 0.93% | - |
| XYZ | 19.04 | 8.3 | 79.96 | - |
| YUV | 60.54 | 227.02 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 236 | 0.64 | 0.94 | 0 | 0.07 | 259.19 | 0.89 | 0.49 |
| Hex | 55 | E | EC | 40 | 5E | 0 | 7 | 103 | 59 | 31 |
| Octal | 125 | 16 | 354 | 100 | 136 | 0 | 7 | 403 | 131 | 61 |
| Binary | 1010101 | 1110 | 11101100 | 1000000 | 1011110 | 0 | 111 | 100000011 | 1011001 | 110001 |
Color Harmonies of #550EEC
Complementary color
Monochromatic Colors of #550EEC
Black with #550EEC
Text Example
Text Example
White with #550EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EEC; }
p { color: rgb(85,14,236); }
H1.HeaderClassName
{
color: #550EEC;
}
.AnyTagClassName
{
color: #550EEC;
}
</style>
background-color css
<style>
a { background-color: #550EEC; }
a { background-color: rgb(85,14,236); }
div.DivClassName
{
background-color: #550EEC;
}
.BgClassName
{
background-color: #550EEC;
}
</style>
border-color css
<style>
span { border-color: #550EEC; }
span { border-color: rgb(85,14,236); }
td.TdClassName
{
border-color: #550EEC;
}
.TagClassName
{
border-color: #550EEC;
}
</style>