Shades of Purple Heart #7218AA
Tints of Purple Heart #7218AA
RGB
CMYK
RGB Variations
Color information
#7218AA (or 0x7218AA) is known color: Purple Heart. HEX triplet: 72, 18 and AA. RGB value is (114,24,170). Sum of RGB (Red+Green+Blue) = 114+24+170=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #7218AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7218AA is #8DE755. Grayscale: #434343. Windows color (decimal): -9299798 or 11147378. OLE color: 11147378.
HSL color Cylindrical-coordinate representation of color #7218AA: hue angle of 276.99º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7218AA is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 24 | 170 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.33 |
| HSL | 276.99º | 0.75% | 0.38% | - |
| HSV(B) | 276.99º | 0.86% | 0.67% | - |
| XYZ | 14.52 | 7.13 | 38.64 | - |
| YUV | 67.55 | 185.82 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 170 | 0.33 | 0.86 | 0 | 0.33 | 276.99 | 0.75 | 0.38 |
| Hex | 72 | 18 | AA | 21 | 56 | 0 | 21 | 115 | 4B | 26 |
| Octal | 162 | 30 | 252 | 41 | 126 | 0 | 41 | 425 | 113 | 46 |
| Binary | 1110010 | 11000 | 10101010 | 100001 | 1010110 | 0 | 100001 | 100010101 | 1001011 | 100110 |
Color Harmonies of #7218AA
Complementary color
Monochromatic Colors of #7218AA
Black with #7218AA
Text Example
Text Example
White with #7218AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7218AA; }
p { color: rgb(114,24,170); }
H1.HeaderClassName
{
color: #7218AA;
}
.AnyTagClassName
{
color: #7218AA;
}
</style>
background-color css
<style>
a { background-color: #7218AA; }
a { background-color: rgb(114,24,170); }
div.DivClassName
{
background-color: #7218AA;
}
.BgClassName
{
background-color: #7218AA;
}
</style>
border-color css
<style>
span { border-color: #7218AA; }
span { border-color: rgb(114,24,170); }
td.TdClassName
{
border-color: #7218AA;
}
.TagClassName
{
border-color: #7218AA;
}
</style>