Shades of Purple Heart #5115AC
Tints of Purple Heart #5115AC
RGB
CMYK
RGB Variations
Color information
#5115AC (or 0x5115AC) is known color: Purple Heart. HEX triplet: 51, 15 and AC. RGB value is (81,21,172). Sum of RGB (Red+Green+Blue) = 81+21+172=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #5115AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5115AC is #AEEA53. Grayscale: #373737. Windows color (decimal): -11463252 or 11277649. OLE color: 11277649.
HSL color Cylindrical-coordinate representation of color #5115AC: hue angle of 263.84º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5115AC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 21 | 172 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.33 |
| HSL | 263.84º | 0.78% | 0.38% | - |
| HSV(B) | 263.84º | 0.88% | 0.67% | - |
| XYZ | 11.11 | 5.26 | 39.46 | - |
| YUV | 56.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 172 | 0.53 | 0.88 | 0 | 0.33 | 263.84 | 0.78 | 0.38 |
| Hex | 51 | 15 | AC | 35 | 58 | 0 | 21 | 108 | 4E | 26 |
| Octal | 121 | 25 | 254 | 65 | 130 | 0 | 41 | 410 | 116 | 46 |
| Binary | 1010001 | 10101 | 10101100 | 110101 | 1011000 | 0 | 100001 | 100001000 | 1001110 | 100110 |
Color Harmonies of #5115AC
Complementary color
Monochromatic Colors of #5115AC
Black with #5115AC
Text Example
Text Example
White with #5115AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115AC; }
p { color: rgb(81,21,172); }
H1.HeaderClassName
{
color: #5115AC;
}
.AnyTagClassName
{
color: #5115AC;
}
</style>
background-color css
<style>
a { background-color: #5115AC; }
a { background-color: rgb(81,21,172); }
div.DivClassName
{
background-color: #5115AC;
}
.BgClassName
{
background-color: #5115AC;
}
</style>
border-color css
<style>
span { border-color: #5115AC; }
span { border-color: rgb(81,21,172); }
td.TdClassName
{
border-color: #5115AC;
}
.TagClassName
{
border-color: #5115AC;
}
</style>