Shades of Han Purple #550EEB
Tints of Han Purple #550EEB
RGB
CMYK
RGB Variations
Color information
#550EEB (or 0x550EEB) is known color: Han Purple. HEX triplet: 55, 0E and EB. RGB value is (85,14,235). Sum of RGB (Red+Green+Blue) = 85+14+235=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #550EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EEB is #AAF114. Grayscale: #3B3B3B. Windows color (decimal): -11202837 or 15404629. OLE color: 15404629.
HSL color Cylindrical-coordinate representation of color #550EEB: hue angle of 259.28º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EEB is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 14 | 235 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.08 |
| HSL | 259.28º | 0.89% | 0.49% | - |
| HSV(B) | 259.28º | 0.94% | 0.92% | - |
| XYZ | 18.9 | 8.24 | 79.19 | - |
| YUV | 60.42 | 226.52 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 235 | 0.64 | 0.94 | 0 | 0.08 | 259.28 | 0.89 | 0.49 |
| Hex | 55 | E | EB | 40 | 5E | 0 | 8 | 103 | 59 | 31 |
| Octal | 125 | 16 | 353 | 100 | 136 | 0 | 10 | 403 | 131 | 61 |
| Binary | 1010101 | 1110 | 11101011 | 1000000 | 1011110 | 0 | 1000 | 100000011 | 1011001 | 110001 |
Color Harmonies of #550EEB
Complementary color
Monochromatic Colors of #550EEB
Black with #550EEB
Text Example
Text Example
White with #550EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EEB; }
p { color: rgb(85,14,235); }
H1.HeaderClassName
{
color: #550EEB;
}
.AnyTagClassName
{
color: #550EEB;
}
</style>
background-color css
<style>
a { background-color: #550EEB; }
a { background-color: rgb(85,14,235); }
div.DivClassName
{
background-color: #550EEB;
}
.BgClassName
{
background-color: #550EEB;
}
</style>
border-color css
<style>
span { border-color: #550EEB; }
span { border-color: rgb(85,14,235); }
td.TdClassName
{
border-color: #550EEB;
}
.TagClassName
{
border-color: #550EEB;
}
</style>