Shades of Purple Heart #7221AF
Tints of Purple Heart #7221AF
RGB
CMYK
RGB Variations
Color information
#7221AF (or 0x7221AF) is known color: Purple Heart. HEX triplet: 72, 21 and AF. RGB value is (114,33,175). Sum of RGB (Red+Green+Blue) = 114+33+175=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #7221AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7221AF is #8DDE50. Grayscale: #484848. Windows color (decimal): -9297489 or 11477362. OLE color: 11477362.
HSL color Cylindrical-coordinate representation of color #7221AF: hue angle of 274.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7221AF is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 33 | 175 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.31 |
| HSL | 274.23º | 0.68% | 0.41% | - |
| HSV(B) | 274.23º | 0.81% | 0.69% | - |
| XYZ | 15.22 | 7.76 | 41.25 | - |
| YUV | 73.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 175 | 0.35 | 0.81 | 0 | 0.31 | 274.23 | 0.68 | 0.41 |
| Hex | 72 | 21 | AF | 23 | 51 | 0 | 1F | 112 | 44 | 29 |
| Octal | 162 | 41 | 257 | 43 | 121 | 0 | 37 | 422 | 104 | 51 |
| Binary | 1110010 | 100001 | 10101111 | 100011 | 1010001 | 0 | 11111 | 100010010 | 1000100 | 101001 |
Color Harmonies of #7221AF
Complementary color
Monochromatic Colors of #7221AF
Black with #7221AF
Text Example
Text Example
White with #7221AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7221AF; }
p { color: rgb(114,33,175); }
H1.HeaderClassName
{
color: #7221AF;
}
.AnyTagClassName
{
color: #7221AF;
}
</style>
background-color css
<style>
a { background-color: #7221AF; }
a { background-color: rgb(114,33,175); }
div.DivClassName
{
background-color: #7221AF;
}
.BgClassName
{
background-color: #7221AF;
}
</style>
border-color css
<style>
span { border-color: #7221AF; }
span { border-color: rgb(114,33,175); }
td.TdClassName
{
border-color: #7221AF;
}
.TagClassName
{
border-color: #7221AF;
}
</style>