Shades of Purple Heart #5115AA
Tints of Purple Heart #5115AA
RGB
CMYK
RGB Variations
Color information
#5115AA (or 0x5115AA) is known color: Purple Heart. HEX triplet: 51, 15 and AA. RGB value is (81,21,170). Sum of RGB (Red+Green+Blue) = 81+21+170=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5115AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5115AA is #AEEA55. Grayscale: #373737. Windows color (decimal): -11463254 or 11146577. OLE color: 11146577.
HSL color Cylindrical-coordinate representation of color #5115AA: hue angle of 264.16º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5115AA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 21 | 170 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.33 |
| HSL | 264.16º | 0.78% | 0.37% | - |
| HSV(B) | 264.16º | 0.88% | 0.67% | - |
| XYZ | 10.92 | 5.19 | 38.46 | - |
| YUV | 55.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 170 | 0.52 | 0.88 | 0 | 0.33 | 264.16 | 0.78 | 0.37 |
| Hex | 51 | 15 | AA | 34 | 58 | 0 | 21 | 108 | 4E | 25 |
| Octal | 121 | 25 | 252 | 64 | 130 | 0 | 41 | 410 | 116 | 45 |
| Binary | 1010001 | 10101 | 10101010 | 110100 | 1011000 | 0 | 100001 | 100001000 | 1001110 | 100101 |
Color Harmonies of #5115AA
Complementary color
Monochromatic Colors of #5115AA
Black with #5115AA
Text Example
Text Example
White with #5115AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115AA; }
p { color: rgb(81,21,170); }
H1.HeaderClassName
{
color: #5115AA;
}
.AnyTagClassName
{
color: #5115AA;
}
</style>
background-color css
<style>
a { background-color: #5115AA; }
a { background-color: rgb(81,21,170); }
div.DivClassName
{
background-color: #5115AA;
}
.BgClassName
{
background-color: #5115AA;
}
</style>
border-color css
<style>
span { border-color: #5115AA; }
span { border-color: rgb(81,21,170); }
td.TdClassName
{
border-color: #5115AA;
}
.TagClassName
{
border-color: #5115AA;
}
</style>