Shades of Purple Heart #7221BA
Tints of Purple Heart #7221BA
RGB
CMYK
RGB Variations
Color information
#7221BA (or 0x7221BA) is known color: Purple Heart. HEX triplet: 72, 21 and BA. RGB value is (114,33,186). Sum of RGB (Red+Green+Blue) = 114+33+186=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #7221BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7221BA is #8DDE45. Grayscale: #4A4A4A. Windows color (decimal): -9297478 or 12198258. OLE color: 12198258.
HSL color Cylindrical-coordinate representation of color #7221BA: hue angle of 271.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7221BA is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 33 | 186 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.27 |
| HSL | 271.76º | 0.7% | 0.43% | - |
| HSV(B) | 271.76º | 0.82% | 0.73% | - |
| XYZ | 16.35 | 8.21 | 47.18 | - |
| YUV | 74.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 186 | 0.39 | 0.82 | 0 | 0.27 | 271.76 | 0.7 | 0.43 |
| Hex | 72 | 21 | BA | 27 | 52 | 0 | 1B | 110 | 46 | 2B |
| Octal | 162 | 41 | 272 | 47 | 122 | 0 | 33 | 420 | 106 | 53 |
| Binary | 1110010 | 100001 | 10111010 | 100111 | 1010010 | 0 | 11011 | 100010000 | 1000110 | 101011 |
Color Harmonies of #7221BA
Complementary color
Monochromatic Colors of #7221BA
Black with #7221BA
Text Example
Text Example
White with #7221BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7221BA; }
p { color: rgb(114,33,186); }
H1.HeaderClassName
{
color: #7221BA;
}
.AnyTagClassName
{
color: #7221BA;
}
</style>
background-color css
<style>
a { background-color: #7221BA; }
a { background-color: rgb(114,33,186); }
div.DivClassName
{
background-color: #7221BA;
}
.BgClassName
{
background-color: #7221BA;
}
</style>
border-color css
<style>
span { border-color: #7221BA; }
span { border-color: rgb(114,33,186); }
td.TdClassName
{
border-color: #7221BA;
}
.TagClassName
{
border-color: #7221BA;
}
</style>