Shades of Han Purple #550BDB
Tints of Han Purple #550BDB
RGB
CMYK
RGB Variations
Color information
#550BDB (or 0x550BDB) is known color: Han Purple. HEX triplet: 55, 0B and DB. RGB value is (85,11,219). Sum of RGB (Red+Green+Blue) = 85+11+219=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #550BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BDB is #AAF424. Grayscale: #383838. Windows color (decimal): -11203621 or 14355285. OLE color: 14355285.
HSL color Cylindrical-coordinate representation of color #550BDB: hue angle of 261.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BDB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 11 | 219 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.14 |
| HSL | 261.35º | 0.9% | 0.45% | - |
| HSV(B) | 261.35º | 0.95% | 0.86% | - |
| XYZ | 16.65 | 7.29 | 67.55 | - |
| YUV | 56.84 | 219.52 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 219 | 0.61 | 0.95 | 0 | 0.14 | 261.35 | 0.9 | 0.45 |
| Hex | 55 | B | DB | 3D | 5F | 0 | E | 105 | 5A | 2D |
| Octal | 125 | 13 | 333 | 75 | 137 | 0 | 16 | 405 | 132 | 55 |
| Binary | 1010101 | 1011 | 11011011 | 111101 | 1011111 | 0 | 1110 | 100000101 | 1011010 | 101101 |
Color Harmonies of #550BDB
Complementary color
Monochromatic Colors of #550BDB
Black with #550BDB
Text Example
Text Example
White with #550BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BDB; }
p { color: rgb(85,11,219); }
H1.HeaderClassName
{
color: #550BDB;
}
.AnyTagClassName
{
color: #550BDB;
}
</style>
background-color css
<style>
a { background-color: #550BDB; }
a { background-color: rgb(85,11,219); }
div.DivClassName
{
background-color: #550BDB;
}
.BgClassName
{
background-color: #550BDB;
}
</style>
border-color css
<style>
span { border-color: #550BDB; }
span { border-color: rgb(85,11,219); }
td.TdClassName
{
border-color: #550BDB;
}
.TagClassName
{
border-color: #550BDB;
}
</style>