Shades of Han Purple #550EDB
Tints of Han Purple #550EDB
RGB
CMYK
RGB Variations
Color information
#550EDB (or 0x550EDB) is known color: Han Purple. HEX triplet: 55, 0E and DB. RGB value is (85,14,219). Sum of RGB (Red+Green+Blue) = 85+14+219=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #550EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550EDB is #AAF124. Grayscale: #393939. Windows color (decimal): -11202853 or 14356053. OLE color: 14356053.
HSL color Cylindrical-coordinate representation of color #550EDB: hue angle of 260.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EDB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 14 | 219 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.14 |
| HSL | 260.78º | 0.88% | 0.46% | - |
| HSV(B) | 260.78º | 0.94% | 0.86% | - |
| XYZ | 16.69 | 7.36 | 67.56 | - |
| YUV | 58.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 219 | 0.61 | 0.94 | 0 | 0.14 | 260.78 | 0.88 | 0.46 |
| Hex | 55 | E | DB | 3D | 5E | 0 | E | 105 | 58 | 2E |
| Octal | 125 | 16 | 333 | 75 | 136 | 0 | 16 | 405 | 130 | 56 |
| Binary | 1010101 | 1110 | 11011011 | 111101 | 1011110 | 0 | 1110 | 100000101 | 1011000 | 101110 |
Color Harmonies of #550EDB
Complementary color
Monochromatic Colors of #550EDB
Black with #550EDB
Text Example
Text Example
White with #550EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EDB; }
p { color: rgb(85,14,219); }
H1.HeaderClassName
{
color: #550EDB;
}
.AnyTagClassName
{
color: #550EDB;
}
</style>
background-color css
<style>
a { background-color: #550EDB; }
a { background-color: rgb(85,14,219); }
div.DivClassName
{
background-color: #550EDB;
}
.BgClassName
{
background-color: #550EDB;
}
</style>
border-color css
<style>
span { border-color: #550EDB; }
span { border-color: rgb(85,14,219); }
td.TdClassName
{
border-color: #550EDB;
}
.TagClassName
{
border-color: #550EDB;
}
</style>