Shades of Han Purple #550EE4
Tints of Han Purple #550EE4
RGB
CMYK
RGB Variations
Color information
#550EE4 (or 0x550EE4) is known color: Han Purple. HEX triplet: 55, 0E and E4. RGB value is (85,14,228). Sum of RGB (Red+Green+Blue) = 85+14+228=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 228 (89.45% from 255 or 69.72% from 327); Max value from RGB is 228 - color contains mainly: blue. Hex color #550EE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550EE4 is #AAF11B. Grayscale: #3A3A3A. Windows color (decimal): -11202844 or 14945877. OLE color: 14945877.
HSL color Cylindrical-coordinate representation of color #550EE4: hue angle of 259.91º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EE4 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 14 | 228 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.11 |
| HSL | 259.91º | 0.88% | 0.47% | - |
| HSV(B) | 259.91º | 0.94% | 0.89% | - |
| XYZ | 17.91 | 7.85 | 73.97 | - |
| YUV | 59.63 | 223.02 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 228 | 0.63 | 0.94 | 0 | 0.11 | 259.91 | 0.88 | 0.47 |
| Hex | 55 | E | E4 | 3F | 5E | 0 | B | 104 | 58 | 2F |
| Octal | 125 | 16 | 344 | 77 | 136 | 0 | 13 | 404 | 130 | 57 |
| Binary | 1010101 | 1110 | 11100100 | 111111 | 1011110 | 0 | 1011 | 100000100 | 1011000 | 101111 |
Color Harmonies of #550EE4
Complementary color
Monochromatic Colors of #550EE4
Black with #550EE4
Text Example
Text Example
White with #550EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EE4; }
p { color: rgb(85,14,228); }
H1.HeaderClassName
{
color: #550EE4;
}
.AnyTagClassName
{
color: #550EE4;
}
</style>
background-color css
<style>
a { background-color: #550EE4; }
a { background-color: rgb(85,14,228); }
div.DivClassName
{
background-color: #550EE4;
}
.BgClassName
{
background-color: #550EE4;
}
</style>
border-color css
<style>
span { border-color: #550EE4; }
span { border-color: rgb(85,14,228); }
td.TdClassName
{
border-color: #550EE4;
}
.TagClassName
{
border-color: #550EE4;
}
</style>