Shades of Purple Heart #7219AD
Tints of Purple Heart #7219AD
RGB
CMYK
RGB Variations
Color information
#7219AD (or 0x7219AD) is known color: Purple Heart. HEX triplet: 72, 19 and AD. RGB value is (114,25,173). Sum of RGB (Red+Green+Blue) = 114+25+173=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #7219AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7219AD is #8DE652. Grayscale: #434343. Windows color (decimal): -9299539 or 11344242. OLE color: 11344242.
HSL color Cylindrical-coordinate representation of color #7219AD: hue angle of 276.08º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7219AD is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 25 | 173 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.32 |
| HSL | 276.08º | 0.75% | 0.39% | - |
| HSV(B) | 276.08º | 0.86% | 0.68% | - |
| XYZ | 14.83 | 7.29 | 40.16 | - |
| YUV | 68.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 173 | 0.34 | 0.86 | 0 | 0.32 | 276.08 | 0.75 | 0.39 |
| Hex | 72 | 19 | AD | 22 | 56 | 0 | 20 | 114 | 4B | 27 |
| Octal | 162 | 31 | 255 | 42 | 126 | 0 | 40 | 424 | 113 | 47 |
| Binary | 1110010 | 11001 | 10101101 | 100010 | 1010110 | 0 | 100000 | 100010100 | 1001011 | 100111 |
Color Harmonies of #7219AD
Complementary color
Monochromatic Colors of #7219AD
Black with #7219AD
Text Example
Text Example
White with #7219AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7219AD; }
p { color: rgb(114,25,173); }
H1.HeaderClassName
{
color: #7219AD;
}
.AnyTagClassName
{
color: #7219AD;
}
</style>
background-color css
<style>
a { background-color: #7219AD; }
a { background-color: rgb(114,25,173); }
div.DivClassName
{
background-color: #7219AD;
}
.BgClassName
{
background-color: #7219AD;
}
</style>
border-color css
<style>
span { border-color: #7219AD; }
span { border-color: rgb(114,25,173); }
td.TdClassName
{
border-color: #7219AD;
}
.TagClassName
{
border-color: #7219AD;
}
</style>