Shades of Purple Heart #7219AC
Tints of Purple Heart #7219AC
RGB
CMYK
RGB Variations
Color information
#7219AC (or 0x7219AC) is known color: Purple Heart. HEX triplet: 72, 19 and AC. RGB value is (114,25,172). Sum of RGB (Red+Green+Blue) = 114+25+172=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #7219AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7219AC is #8DE653. Grayscale: #434343. Windows color (decimal): -9299540 or 11278706. OLE color: 11278706.
HSL color Cylindrical-coordinate representation of color #7219AC: hue angle of 276.33º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7219AC is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 25 | 172 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.33 |
| HSL | 276.33º | 0.75% | 0.39% | - |
| HSV(B) | 276.33º | 0.85% | 0.67% | - |
| XYZ | 14.73 | 7.25 | 39.65 | - |
| YUV | 68.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 172 | 0.34 | 0.85 | 0 | 0.33 | 276.33 | 0.75 | 0.39 |
| Hex | 72 | 19 | AC | 22 | 55 | 0 | 21 | 114 | 4B | 27 |
| Octal | 162 | 31 | 254 | 42 | 125 | 0 | 41 | 424 | 113 | 47 |
| Binary | 1110010 | 11001 | 10101100 | 100010 | 1010101 | 0 | 100001 | 100010100 | 1001011 | 100111 |
Color Harmonies of #7219AC
Complementary color
Monochromatic Colors of #7219AC
Black with #7219AC
Text Example
Text Example
White with #7219AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7219AC; }
p { color: rgb(114,25,172); }
H1.HeaderClassName
{
color: #7219AC;
}
.AnyTagClassName
{
color: #7219AC;
}
</style>
background-color css
<style>
a { background-color: #7219AC; }
a { background-color: rgb(114,25,172); }
div.DivClassName
{
background-color: #7219AC;
}
.BgClassName
{
background-color: #7219AC;
}
</style>
border-color css
<style>
span { border-color: #7219AC; }
span { border-color: rgb(114,25,172); }
td.TdClassName
{
border-color: #7219AC;
}
.TagClassName
{
border-color: #7219AC;
}
</style>