Shades of Han Purple #550EE1
Tints of Han Purple #550EE1
RGB
CMYK
RGB Variations
Color information
#550EE1 (or 0x550EE1) is known color: Han Purple. HEX triplet: 55, 0E and E1. RGB value is (85,14,225). Sum of RGB (Red+Green+Blue) = 85+14+225=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #550EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550EE1 is #AAF11E. Grayscale: #3A3A3A. Windows color (decimal): -11202847 or 14749269. OLE color: 14749269.
HSL color Cylindrical-coordinate representation of color #550EE1: hue angle of 260.19º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EE1 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 14 | 225 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.12 |
| HSL | 260.19º | 0.88% | 0.47% | - |
| HSV(B) | 260.19º | 0.94% | 0.88% | - |
| XYZ | 17.49 | 7.68 | 71.79 | - |
| YUV | 59.28 | 221.52 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 225 | 0.62 | 0.94 | 0 | 0.12 | 260.19 | 0.88 | 0.47 |
| Hex | 55 | E | E1 | 3E | 5E | 0 | C | 104 | 58 | 2F |
| Octal | 125 | 16 | 341 | 76 | 136 | 0 | 14 | 404 | 130 | 57 |
| Binary | 1010101 | 1110 | 11100001 | 111110 | 1011110 | 0 | 1100 | 100000100 | 1011000 | 101111 |
Color Harmonies of #550EE1
Complementary color
Monochromatic Colors of #550EE1
Black with #550EE1
Text Example
Text Example
White with #550EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EE1; }
p { color: rgb(85,14,225); }
H1.HeaderClassName
{
color: #550EE1;
}
.AnyTagClassName
{
color: #550EE1;
}
</style>
background-color css
<style>
a { background-color: #550EE1; }
a { background-color: rgb(85,14,225); }
div.DivClassName
{
background-color: #550EE1;
}
.BgClassName
{
background-color: #550EE1;
}
</style>
border-color css
<style>
span { border-color: #550EE1; }
span { border-color: rgb(85,14,225); }
td.TdClassName
{
border-color: #550EE1;
}
.TagClassName
{
border-color: #550EE1;
}
</style>