Shades of Purple Heart #550ABB
Tints of Purple Heart #550ABB
RGB
CMYK
RGB Variations
Color information
#550ABB (or 0x550ABB) is known color: Purple Heart. HEX triplet: 55, 0A and BB. RGB value is (85,10,187). Sum of RGB (Red+Green+Blue) = 85+10+187=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #550ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ABB is #AAF544. Grayscale: #333333. Windows color (decimal): -11203909 or 12257877. OLE color: 12257877.
HSL color Cylindrical-coordinate representation of color #550ABB: hue angle of 265.42º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550ABB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 10 | 187 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.27 |
| HSL | 265.42º | 0.9% | 0.39% | - |
| HSV(B) | 265.42º | 0.95% | 0.73% | - |
| XYZ | 12.82 | 5.74 | 47.44 | - |
| YUV | 52.6 | 203.85 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 187 | 0.55 | 0.95 | 0 | 0.27 | 265.42 | 0.9 | 0.39 |
| Hex | 55 | A | BB | 37 | 5F | 0 | 1B | 109 | 5A | 27 |
| Octal | 125 | 12 | 273 | 67 | 137 | 0 | 33 | 411 | 132 | 47 |
| Binary | 1010101 | 1010 | 10111011 | 110111 | 1011111 | 0 | 11011 | 100001001 | 1011010 | 100111 |
Color Harmonies of #550ABB
Complementary color
Monochromatic Colors of #550ABB
Black with #550ABB
Text Example
Text Example
White with #550ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550ABB; }
p { color: rgb(85,10,187); }
H1.HeaderClassName
{
color: #550ABB;
}
.AnyTagClassName
{
color: #550ABB;
}
</style>
background-color css
<style>
a { background-color: #550ABB; }
a { background-color: rgb(85,10,187); }
div.DivClassName
{
background-color: #550ABB;
}
.BgClassName
{
background-color: #550ABB;
}
</style>
border-color css
<style>
span { border-color: #550ABB; }
span { border-color: rgb(85,10,187); }
td.TdClassName
{
border-color: #550ABB;
}
.TagClassName
{
border-color: #550ABB;
}
</style>