Shades of Purple Heart #5510AA
Tints of Purple Heart #5510AA
RGB
CMYK
RGB Variations
Color information
#5510AA (or 0x5510AA) is known color: Purple Heart. HEX triplet: 55, 10 and AA. RGB value is (85,16,170). Sum of RGB (Red+Green+Blue) = 85+16+170=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #5510AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5510AA is #AAEF55. Grayscale: #353535. Windows color (decimal): -11202390 or 11145301. OLE color: 11145301.
HSL color Cylindrical-coordinate representation of color #5510AA: hue angle of 266.88º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5510AA is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 16 | 170 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.33 |
| HSL | 266.88º | 0.83% | 0.36% | - |
| HSV(B) | 266.88º | 0.91% | 0.67% | - |
| XYZ | 11.19 | 5.2 | 38.45 | - |
| YUV | 54.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 170 | 0.50 | 0.91 | 0 | 0.33 | 266.88 | 0.83 | 0.36 |
| Hex | 55 | 10 | AA | 32 | 5B | 0 | 21 | 10B | 53 | 24 |
| Octal | 125 | 20 | 252 | 62 | 133 | 0 | 41 | 413 | 123 | 44 |
| Binary | 1010101 | 10000 | 10101010 | 110010 | 1011011 | 0 | 100001 | 100001011 | 1010011 | 100100 |
Color Harmonies of #5510AA
Complementary color
Monochromatic Colors of #5510AA
Black with #5510AA
Text Example
Text Example
White with #5510AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510AA; }
p { color: rgb(85,16,170); }
H1.HeaderClassName
{
color: #5510AA;
}
.AnyTagClassName
{
color: #5510AA;
}
</style>
background-color css
<style>
a { background-color: #5510AA; }
a { background-color: rgb(85,16,170); }
div.DivClassName
{
background-color: #5510AA;
}
.BgClassName
{
background-color: #5510AA;
}
</style>
border-color css
<style>
span { border-color: #5510AA; }
span { border-color: rgb(85,16,170); }
td.TdClassName
{
border-color: #5510AA;
}
.TagClassName
{
border-color: #5510AA;
}
</style>