Shades of Purple Heart #550AD0
Tints of Purple Heart #550AD0
RGB
CMYK
RGB Variations
Color information
#550AD0 (or 0x550AD0) is known color: Purple Heart. HEX triplet: 55, 0A and D0. RGB value is (85,10,208). Sum of RGB (Red+Green+Blue) = 85+10+208=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #550AD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550AD0 is #AAF52F. Grayscale: #363636. Windows color (decimal): -11203888 or 13634133. OLE color: 13634133.
HSL color Cylindrical-coordinate representation of color #550AD0: hue angle of 262.73º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550AD0 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 10 | 208 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.18 |
| HSL | 262.73º | 0.91% | 0.43% | - |
| HSV(B) | 262.73º | 0.95% | 0.82% | - |
| XYZ | 15.24 | 6.7 | 60.16 | - |
| YUV | 55 | 214.35 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 208 | 0.59 | 0.95 | 0 | 0.18 | 262.73 | 0.91 | 0.43 |
| Hex | 55 | A | D0 | 3B | 5F | 0 | 12 | 107 | 5B | 2B |
| Octal | 125 | 12 | 320 | 73 | 137 | 0 | 22 | 407 | 133 | 53 |
| Binary | 1010101 | 1010 | 11010000 | 111011 | 1011111 | 0 | 10010 | 100000111 | 1011011 | 101011 |
Color Harmonies of #550AD0
Complementary color
Monochromatic Colors of #550AD0
Black with #550AD0
Text Example
Text Example
White with #550AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550AD0; }
p { color: rgb(85,10,208); }
H1.HeaderClassName
{
color: #550AD0;
}
.AnyTagClassName
{
color: #550AD0;
}
</style>
background-color css
<style>
a { background-color: #550AD0; }
a { background-color: rgb(85,10,208); }
div.DivClassName
{
background-color: #550AD0;
}
.BgClassName
{
background-color: #550AD0;
}
</style>
border-color css
<style>
span { border-color: #550AD0; }
span { border-color: rgb(85,10,208); }
td.TdClassName
{
border-color: #550AD0;
}
.TagClassName
{
border-color: #550AD0;
}
</style>