Shades of Purple Heart #550DBD
Tints of Purple Heart #550DBD
RGB
CMYK
RGB Variations
Color information
#550DBD (or 0x550DBD) is known color: Purple Heart. HEX triplet: 55, 0D and BD. RGB value is (85,13,189). Sum of RGB (Red+Green+Blue) = 85+13+189=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #550DBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DBD is #AAF242. Grayscale: #353535. Windows color (decimal): -11203139 or 12389717. OLE color: 12389717.
HSL color Cylindrical-coordinate representation of color #550DBD: hue angle of 264.55º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550DBD is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 13 | 189 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.26 |
| HSL | 264.55º | 0.87% | 0.4% | - |
| HSV(B) | 264.55º | 0.93% | 0.74% | - |
| XYZ | 13.08 | 5.89 | 48.59 | - |
| YUV | 54.59 | 203.85 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 189 | 0.55 | 0.93 | 0 | 0.26 | 264.55 | 0.87 | 0.4 |
| Hex | 55 | D | BD | 37 | 5D | 0 | 1A | 109 | 57 | 28 |
| Octal | 125 | 15 | 275 | 67 | 135 | 0 | 32 | 411 | 127 | 50 |
| Binary | 1010101 | 1101 | 10111101 | 110111 | 1011101 | 0 | 11010 | 100001001 | 1010111 | 101000 |
Color Harmonies of #550DBD
Complementary color
Monochromatic Colors of #550DBD
Black with #550DBD
Text Example
Text Example
White with #550DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DBD; }
p { color: rgb(85,13,189); }
H1.HeaderClassName
{
color: #550DBD;
}
.AnyTagClassName
{
color: #550DBD;
}
</style>
background-color css
<style>
a { background-color: #550DBD; }
a { background-color: rgb(85,13,189); }
div.DivClassName
{
background-color: #550DBD;
}
.BgClassName
{
background-color: #550DBD;
}
</style>
border-color css
<style>
span { border-color: #550DBD; }
span { border-color: rgb(85,13,189); }
td.TdClassName
{
border-color: #550DBD;
}
.TagClassName
{
border-color: #550DBD;
}
</style>