Shades of Purple Heart #5512AA
Tints of Purple Heart #5512AA
RGB
CMYK
RGB Variations
Color information
#5512AA (or 0x5512AA) is known color: Purple Heart. HEX triplet: 55, 12 and AA. RGB value is (85,18,170). Sum of RGB (Red+Green+Blue) = 85+18+170=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #5512AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5512AA is #AAED55. Grayscale: #363636. Windows color (decimal): -11201878 or 11145813. OLE color: 11145813.
HSL color Cylindrical-coordinate representation of color #5512AA: hue angle of 266.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5512AA is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 18 | 170 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.33 |
| HSL | 266.45º | 0.81% | 0.37% | - |
| HSV(B) | 266.45º | 0.89% | 0.67% | - |
| XYZ | 11.22 | 5.27 | 38.46 | - |
| YUV | 55.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 170 | 0.50 | 0.89 | 0 | 0.33 | 266.45 | 0.81 | 0.37 |
| Hex | 55 | 12 | AA | 32 | 59 | 0 | 21 | 10A | 51 | 25 |
| Octal | 125 | 22 | 252 | 62 | 131 | 0 | 41 | 412 | 121 | 45 |
| Binary | 1010101 | 10010 | 10101010 | 110010 | 1011001 | 0 | 100001 | 100001010 | 1010001 | 100101 |
Color Harmonies of #5512AA
Complementary color
Monochromatic Colors of #5512AA
Black with #5512AA
Text Example
Text Example
White with #5512AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5512AA; }
p { color: rgb(85,18,170); }
H1.HeaderClassName
{
color: #5512AA;
}
.AnyTagClassName
{
color: #5512AA;
}
</style>
background-color css
<style>
a { background-color: #5512AA; }
a { background-color: rgb(85,18,170); }
div.DivClassName
{
background-color: #5512AA;
}
.BgClassName
{
background-color: #5512AA;
}
</style>
border-color css
<style>
span { border-color: #5512AA; }
span { border-color: rgb(85,18,170); }
td.TdClassName
{
border-color: #5512AA;
}
.TagClassName
{
border-color: #5512AA;
}
</style>