Shades of Han Purple #550DDB
Tints of Han Purple #550DDB
RGB
CMYK
RGB Variations
Color information
#550DDB (or 0x550DDB) is known color: Han Purple. HEX triplet: 55, 0D and DB. RGB value is (85,13,219). Sum of RGB (Red+Green+Blue) = 85+13+219=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #550DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DDB is #AAF224. Grayscale: #393939. Windows color (decimal): -11203109 or 14355797. OLE color: 14355797.
HSL color Cylindrical-coordinate representation of color #550DDB: hue angle of 260.97º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550DDB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 13 | 219 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.14 |
| HSL | 260.97º | 0.89% | 0.45% | - |
| HSV(B) | 260.97º | 0.94% | 0.86% | - |
| XYZ | 16.68 | 7.33 | 67.55 | - |
| YUV | 58.01 | 218.85 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 219 | 0.61 | 0.94 | 0 | 0.14 | 260.97 | 0.89 | 0.45 |
| Hex | 55 | D | DB | 3D | 5E | 0 | E | 105 | 59 | 2D |
| Octal | 125 | 15 | 333 | 75 | 136 | 0 | 16 | 405 | 131 | 55 |
| Binary | 1010101 | 1101 | 11011011 | 111101 | 1011110 | 0 | 1110 | 100000101 | 1011001 | 101101 |
Color Harmonies of #550DDB
Complementary color
Monochromatic Colors of #550DDB
Black with #550DDB
Text Example
Text Example
White with #550DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DDB; }
p { color: rgb(85,13,219); }
H1.HeaderClassName
{
color: #550DDB;
}
.AnyTagClassName
{
color: #550DDB;
}
</style>
background-color css
<style>
a { background-color: #550DDB; }
a { background-color: rgb(85,13,219); }
div.DivClassName
{
background-color: #550DDB;
}
.BgClassName
{
background-color: #550DDB;
}
</style>
border-color css
<style>
span { border-color: #550DDB; }
span { border-color: rgb(85,13,219); }
td.TdClassName
{
border-color: #550DDB;
}
.TagClassName
{
border-color: #550DDB;
}
</style>