Shades of Purple Heart #5510A7
Tints of Purple Heart #5510A7
RGB
CMYK
RGB Variations
Color information
#5510A7 (or 0x5510A7) is known color: Purple Heart. HEX triplet: 55, 10 and A7. RGB value is (85,16,167). Sum of RGB (Red+Green+Blue) = 85+16+167=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #5510A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5510A7 is #AAEF58. Grayscale: #353535. Windows color (decimal): -11202393 or 10948693. OLE color: 10948693.
HSL color Cylindrical-coordinate representation of color #5510A7: hue angle of 267.42º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5510A7 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 16 | 167 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.35 |
| HSL | 267.42º | 0.83% | 0.36% | - |
| HSV(B) | 267.42º | 0.9% | 0.65% | - |
| XYZ | 10.91 | 5.09 | 36.97 | - |
| YUV | 53.85 | 191.86 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 167 | 0.49 | 0.90 | 0 | 0.35 | 267.42 | 0.83 | 0.36 |
| Hex | 55 | 10 | A7 | 31 | 5A | 0 | 23 | 10B | 53 | 24 |
| Octal | 125 | 20 | 247 | 61 | 132 | 0 | 43 | 413 | 123 | 44 |
| Binary | 1010101 | 10000 | 10100111 | 110001 | 1011010 | 0 | 100011 | 100001011 | 1010011 | 100100 |
Color Harmonies of #5510A7
Complementary color
Monochromatic Colors of #5510A7
Black with #5510A7
Text Example
Text Example
White with #5510A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510A7; }
p { color: rgb(85,16,167); }
H1.HeaderClassName
{
color: #5510A7;
}
.AnyTagClassName
{
color: #5510A7;
}
</style>
background-color css
<style>
a { background-color: #5510A7; }
a { background-color: rgb(85,16,167); }
div.DivClassName
{
background-color: #5510A7;
}
.BgClassName
{
background-color: #5510A7;
}
</style>
border-color css
<style>
span { border-color: #5510A7; }
span { border-color: rgb(85,16,167); }
td.TdClassName
{
border-color: #5510A7;
}
.TagClassName
{
border-color: #5510A7;
}
</style>