Shades of Purple Heart #7220BB
Tints of Purple Heart #7220BB
RGB
CMYK
RGB Variations
Color information
#7220BB (or 0x7220BB) is known color: Purple Heart. HEX triplet: 72, 20 and BB. RGB value is (114,32,187). Sum of RGB (Red+Green+Blue) = 114+32+187=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #7220BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7220BB is #8DDF44. Grayscale: #494949. Windows color (decimal): -9297733 or 12263538. OLE color: 12263538.
HSL color Cylindrical-coordinate representation of color #7220BB: hue angle of 271.74º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7220BB is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 32 | 187 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.27 |
| HSL | 271.74º | 0.71% | 0.43% | - |
| HSV(B) | 271.74º | 0.83% | 0.73% | - |
| XYZ | 16.43 | 8.2 | 47.73 | - |
| YUV | 74.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 187 | 0.39 | 0.83 | 0 | 0.27 | 271.74 | 0.71 | 0.43 |
| Hex | 72 | 20 | BB | 27 | 53 | 0 | 1B | 110 | 47 | 2B |
| Octal | 162 | 40 | 273 | 47 | 123 | 0 | 33 | 420 | 107 | 53 |
| Binary | 1110010 | 100000 | 10111011 | 100111 | 1010011 | 0 | 11011 | 100010000 | 1000111 | 101011 |
Color Harmonies of #7220BB
Complementary color
Monochromatic Colors of #7220BB
Black with #7220BB
Text Example
Text Example
White with #7220BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7220BB; }
p { color: rgb(114,32,187); }
H1.HeaderClassName
{
color: #7220BB;
}
.AnyTagClassName
{
color: #7220BB;
}
</style>
background-color css
<style>
a { background-color: #7220BB; }
a { background-color: rgb(114,32,187); }
div.DivClassName
{
background-color: #7220BB;
}
.BgClassName
{
background-color: #7220BB;
}
</style>
border-color css
<style>
span { border-color: #7220BB; }
span { border-color: rgb(114,32,187); }
td.TdClassName
{
border-color: #7220BB;
}
.TagClassName
{
border-color: #7220BB;
}
</style>