Shades of Han Purple #550FDB
Tints of Han Purple #550FDB
RGB
CMYK
RGB Variations
Color information
#550FDB (or 0x550FDB) is known color: Han Purple. HEX triplet: 55, 0F and DB. RGB value is (85,15,219). Sum of RGB (Red+Green+Blue) = 85+15+219=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #550FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FDB is #AAF024. Grayscale: #3A3A3A. Windows color (decimal): -11202597 or 14356309. OLE color: 14356309.
HSL color Cylindrical-coordinate representation of color #550FDB: hue angle of 260.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550FDB is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 15 | 219 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.14 |
| HSL | 260.59º | 0.87% | 0.46% | - |
| HSV(B) | 260.59º | 0.93% | 0.86% | - |
| XYZ | 16.7 | 7.39 | 67.56 | - |
| YUV | 59.19 | 218.19 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 219 | 0.61 | 0.93 | 0 | 0.14 | 260.59 | 0.87 | 0.46 |
| Hex | 55 | F | DB | 3D | 5D | 0 | E | 105 | 57 | 2E |
| Octal | 125 | 17 | 333 | 75 | 135 | 0 | 16 | 405 | 127 | 56 |
| Binary | 1010101 | 1111 | 11011011 | 111101 | 1011101 | 0 | 1110 | 100000101 | 1010111 | 101110 |
Color Harmonies of #550FDB
Complementary color
Monochromatic Colors of #550FDB
Black with #550FDB
Text Example
Text Example
White with #550FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FDB; }
p { color: rgb(85,15,219); }
H1.HeaderClassName
{
color: #550FDB;
}
.AnyTagClassName
{
color: #550FDB;
}
</style>
background-color css
<style>
a { background-color: #550FDB; }
a { background-color: rgb(85,15,219); }
div.DivClassName
{
background-color: #550FDB;
}
.BgClassName
{
background-color: #550FDB;
}
</style>
border-color css
<style>
span { border-color: #550FDB; }
span { border-color: rgb(85,15,219); }
td.TdClassName
{
border-color: #550FDB;
}
.TagClassName
{
border-color: #550FDB;
}
</style>