Shades of Purple Heart #7221AD
Tints of Purple Heart #7221AD
RGB
CMYK
RGB Variations
Color information
#7221AD (or 0x7221AD) is known color: Purple Heart. HEX triplet: 72, 21 and AD. RGB value is (114,33,173). Sum of RGB (Red+Green+Blue) = 114+33+173=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #7221AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7221AD is #8DDE52. Grayscale: #484848. Windows color (decimal): -9297491 or 11346290. OLE color: 11346290.
HSL color Cylindrical-coordinate representation of color #7221AD: hue angle of 274.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7221AD is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 33 | 173 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.32 |
| HSL | 274.71º | 0.68% | 0.4% | - |
| HSV(B) | 274.71º | 0.81% | 0.68% | - |
| XYZ | 15.03 | 7.68 | 40.23 | - |
| YUV | 73.18 | 184.34 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 173 | 0.34 | 0.81 | 0 | 0.32 | 274.71 | 0.68 | 0.4 |
| Hex | 72 | 21 | AD | 22 | 51 | 0 | 20 | 113 | 44 | 28 |
| Octal | 162 | 41 | 255 | 42 | 121 | 0 | 40 | 423 | 104 | 50 |
| Binary | 1110010 | 100001 | 10101101 | 100010 | 1010001 | 0 | 100000 | 100010011 | 1000100 | 101000 |
Color Harmonies of #7221AD
Complementary color
Monochromatic Colors of #7221AD
Black with #7221AD
Text Example
Text Example
White with #7221AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7221AD; }
p { color: rgb(114,33,173); }
H1.HeaderClassName
{
color: #7221AD;
}
.AnyTagClassName
{
color: #7221AD;
}
</style>
background-color css
<style>
a { background-color: #7221AD; }
a { background-color: rgb(114,33,173); }
div.DivClassName
{
background-color: #7221AD;
}
.BgClassName
{
background-color: #7221AD;
}
</style>
border-color css
<style>
span { border-color: #7221AD; }
span { border-color: rgb(114,33,173); }
td.TdClassName
{
border-color: #7221AD;
}
.TagClassName
{
border-color: #7221AD;
}
</style>