Shades of Purple Heart #7218AB
Tints of Purple Heart #7218AB
RGB
CMYK
RGB Variations
Color information
#7218AB (or 0x7218AB) is known color: Purple Heart. HEX triplet: 72, 18 and AB. RGB value is (114,24,171). Sum of RGB (Red+Green+Blue) = 114+24+171=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #7218AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7218AB is #8DE754. Grayscale: #434343. Windows color (decimal): -9299797 or 11212914. OLE color: 11212914.
HSL color Cylindrical-coordinate representation of color #7218AB: hue angle of 276.73º 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 #7218AB is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 24 | 171 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.33 |
| HSL | 276.73º | 0.75% | 0.38% | - |
| HSV(B) | 276.73º | 0.86% | 0.67% | - |
| XYZ | 14.62 | 7.17 | 39.14 | - |
| YUV | 67.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 171 | 0.33 | 0.86 | 0 | 0.33 | 276.73 | 0.75 | 0.38 |
| Hex | 72 | 18 | AB | 21 | 56 | 0 | 21 | 115 | 4B | 26 |
| Octal | 162 | 30 | 253 | 41 | 126 | 0 | 41 | 425 | 113 | 46 |
| Binary | 1110010 | 11000 | 10101011 | 100001 | 1010110 | 0 | 100001 | 100010101 | 1001011 | 100110 |
Color Harmonies of #7218AB
Complementary color
Monochromatic Colors of #7218AB
Black with #7218AB
Text Example
Text Example
White with #7218AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7218AB; }
p { color: rgb(114,24,171); }
H1.HeaderClassName
{
color: #7218AB;
}
.AnyTagClassName
{
color: #7218AB;
}
</style>
background-color css
<style>
a { background-color: #7218AB; }
a { background-color: rgb(114,24,171); }
div.DivClassName
{
background-color: #7218AB;
}
.BgClassName
{
background-color: #7218AB;
}
</style>
border-color css
<style>
span { border-color: #7218AB; }
span { border-color: rgb(114,24,171); }
td.TdClassName
{
border-color: #7218AB;
}
.TagClassName
{
border-color: #7218AB;
}
</style>