Shades of Han Purple #550ADB
Tints of Han Purple #550ADB
RGB
CMYK
RGB Variations
Color information
#550ADB (or 0x550ADB) is known color: Han Purple. HEX triplet: 55, 0A and DB. RGB value is (85,10,219). Sum of RGB (Red+Green+Blue) = 85+10+219=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #550ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ADB is #AAF524. Grayscale: #373737. Windows color (decimal): -11203877 or 14355029. OLE color: 14355029.
HSL color Cylindrical-coordinate representation of color #550ADB: hue angle of 261.53º degrees, saturation: 0.91, 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 #550ADB is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 10 | 219 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.14 |
| HSL | 261.53º | 0.91% | 0.45% | - |
| HSV(B) | 261.53º | 0.95% | 0.86% | - |
| XYZ | 16.64 | 7.26 | 67.54 | - |
| YUV | 56.25 | 219.85 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 219 | 0.61 | 0.95 | 0 | 0.14 | 261.53 | 0.91 | 0.45 |
| Hex | 55 | A | DB | 3D | 5F | 0 | E | 106 | 5B | 2D |
| Octal | 125 | 12 | 333 | 75 | 137 | 0 | 16 | 406 | 133 | 55 |
| Binary | 1010101 | 1010 | 11011011 | 111101 | 1011111 | 0 | 1110 | 100000110 | 1011011 | 101101 |
Color Harmonies of #550ADB
Complementary color
Monochromatic Colors of #550ADB
Black with #550ADB
Text Example
Text Example
White with #550ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550ADB; }
p { color: rgb(85,10,219); }
H1.HeaderClassName
{
color: #550ADB;
}
.AnyTagClassName
{
color: #550ADB;
}
</style>
background-color css
<style>
a { background-color: #550ADB; }
a { background-color: rgb(85,10,219); }
div.DivClassName
{
background-color: #550ADB;
}
.BgClassName
{
background-color: #550ADB;
}
</style>
border-color css
<style>
span { border-color: #550ADB; }
span { border-color: rgb(85,10,219); }
td.TdClassName
{
border-color: #550ADB;
}
.TagClassName
{
border-color: #550ADB;
}
</style>