Shades of Purple Heart #550CAA
Tints of Purple Heart #550CAA
RGB
CMYK
RGB Variations
Color information
#550CAA (or 0x550CAA) is known color: Purple Heart. HEX triplet: 55, 0C and AA. RGB value is (85,12,170). Sum of RGB (Red+Green+Blue) = 85+12+170=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #550CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550CAA is #AAF355. Grayscale: #333333. Windows color (decimal): -11203414 or 11144277. OLE color: 11144277.
HSL color Cylindrical-coordinate representation of color #550CAA: hue angle of 267.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550CAA is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 12 | 170 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.33 |
| HSL | 267.72º | 0.87% | 0.36% | - |
| HSV(B) | 267.72º | 0.93% | 0.67% | - |
| XYZ | 11.13 | 5.1 | 38.43 | - |
| YUV | 51.84 | 194.68 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 170 | 0.50 | 0.93 | 0 | 0.33 | 267.72 | 0.87 | 0.36 |
| Hex | 55 | C | AA | 32 | 5D | 0 | 21 | 10C | 57 | 24 |
| Octal | 125 | 14 | 252 | 62 | 135 | 0 | 41 | 414 | 127 | 44 |
| Binary | 1010101 | 1100 | 10101010 | 110010 | 1011101 | 0 | 100001 | 100001100 | 1010111 | 100100 |
Color Harmonies of #550CAA
Complementary color
Monochromatic Colors of #550CAA
Black with #550CAA
Text Example
Text Example
White with #550CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CAA; }
p { color: rgb(85,12,170); }
H1.HeaderClassName
{
color: #550CAA;
}
.AnyTagClassName
{
color: #550CAA;
}
</style>
background-color css
<style>
a { background-color: #550CAA; }
a { background-color: rgb(85,12,170); }
div.DivClassName
{
background-color: #550CAA;
}
.BgClassName
{
background-color: #550CAA;
}
</style>
border-color css
<style>
span { border-color: #550CAA; }
span { border-color: rgb(85,12,170); }
td.TdClassName
{
border-color: #550CAA;
}
.TagClassName
{
border-color: #550CAA;
}
</style>