Shades of Purple Heart #5510A9
Tints of Purple Heart #5510A9
RGB
CMYK
RGB Variations
Color information
#5510A9 (or 0x5510A9) is known color: Purple Heart. HEX triplet: 55, 10 and A9. RGB value is (85,16,169). Sum of RGB (Red+Green+Blue) = 85+16+169=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #5510A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5510A9 is #AAEF56. Grayscale: #353535. Windows color (decimal): -11202391 or 11079765. OLE color: 11079765.
HSL color Cylindrical-coordinate representation of color #5510A9: hue angle of 267.06º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5510A9 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 16 | 169 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.34 |
| HSL | 267.06º | 0.83% | 0.36% | - |
| HSV(B) | 267.06º | 0.91% | 0.66% | - |
| XYZ | 11.09 | 5.17 | 37.95 | - |
| YUV | 54.07 | 192.86 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 169 | 0.50 | 0.91 | 0 | 0.34 | 267.06 | 0.83 | 0.36 |
| Hex | 55 | 10 | A9 | 32 | 5B | 0 | 22 | 10B | 53 | 24 |
| Octal | 125 | 20 | 251 | 62 | 133 | 0 | 42 | 413 | 123 | 44 |
| Binary | 1010101 | 10000 | 10101001 | 110010 | 1011011 | 0 | 100010 | 100001011 | 1010011 | 100100 |
Color Harmonies of #5510A9
Complementary color
Monochromatic Colors of #5510A9
Black with #5510A9
Text Example
Text Example
White with #5510A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510A9; }
p { color: rgb(85,16,169); }
H1.HeaderClassName
{
color: #5510A9;
}
.AnyTagClassName
{
color: #5510A9;
}
</style>
background-color css
<style>
a { background-color: #5510A9; }
a { background-color: rgb(85,16,169); }
div.DivClassName
{
background-color: #5510A9;
}
.BgClassName
{
background-color: #5510A9;
}
</style>
border-color css
<style>
span { border-color: #5510A9; }
span { border-color: rgb(85,16,169); }
td.TdClassName
{
border-color: #5510A9;
}
.TagClassName
{
border-color: #5510A9;
}
</style>