Shades of Han Purple #550ED9
Tints of Han Purple #550ED9
RGB
CMYK
RGB Variations
Color information
#550ED9 (or 0x550ED9) is known color: Han Purple. HEX triplet: 55, 0E and D9. RGB value is (85,14,217). Sum of RGB (Red+Green+Blue) = 85+14+217=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #550ED9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ED9 is #AAF126. Grayscale: #393939. Windows color (decimal): -11202855 or 14224981. OLE color: 14224981.
HSL color Cylindrical-coordinate representation of color #550ED9: hue angle of 260.99º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550ED9 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 14 | 217 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.15 |
| HSL | 260.99º | 0.88% | 0.45% | - |
| HSV(B) | 260.99º | 0.94% | 0.85% | - |
| XYZ | 16.43 | 7.26 | 66.18 | - |
| YUV | 58.37 | 217.52 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 217 | 0.61 | 0.94 | 0 | 0.15 | 260.99 | 0.88 | 0.45 |
| Hex | 55 | E | D9 | 3D | 5E | 0 | F | 105 | 58 | 2D |
| Octal | 125 | 16 | 331 | 75 | 136 | 0 | 17 | 405 | 130 | 55 |
| Binary | 1010101 | 1110 | 11011001 | 111101 | 1011110 | 0 | 1111 | 100000101 | 1011000 | 101101 |
Color Harmonies of #550ED9
Complementary color
Monochromatic Colors of #550ED9
Black with #550ED9
Text Example
Text Example
White with #550ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550ED9; }
p { color: rgb(85,14,217); }
H1.HeaderClassName
{
color: #550ED9;
}
.AnyTagClassName
{
color: #550ED9;
}
</style>
background-color css
<style>
a { background-color: #550ED9; }
a { background-color: rgb(85,14,217); }
div.DivClassName
{
background-color: #550ED9;
}
.BgClassName
{
background-color: #550ED9;
}
</style>
border-color css
<style>
span { border-color: #550ED9; }
span { border-color: rgb(85,14,217); }
td.TdClassName
{
border-color: #550ED9;
}
.TagClassName
{
border-color: #550ED9;
}
</style>