Shades of Purple Heart #7222BB
Tints of Purple Heart #7222BB
RGB
CMYK
RGB Variations
Color information
#7222BB (or 0x7222BB) is known color: Purple Heart. HEX triplet: 72, 22 and BB. RGB value is (114,34,187). Sum of RGB (Red+Green+Blue) = 114+34+187=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #7222BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7222BB is #8DDD44. Grayscale: #4A4A4A. Windows color (decimal): -9297221 or 12264050. OLE color: 12264050.
HSL color Cylindrical-coordinate representation of color #7222BB: hue angle of 271.37º degrees, saturation: 0.69, 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 #7222BB is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 34 | 187 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.27 |
| HSL | 271.37º | 0.69% | 0.43% | - |
| HSV(B) | 271.37º | 0.82% | 0.73% | - |
| XYZ | 16.48 | 8.31 | 47.75 | - |
| YUV | 75.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 34 | 187 | 0.39 | 0.82 | 0 | 0.27 | 271.37 | 0.69 | 0.43 |
| Hex | 72 | 22 | BB | 27 | 52 | 0 | 1B | 10F | 45 | 2B |
| Octal | 162 | 42 | 273 | 47 | 122 | 0 | 33 | 417 | 105 | 53 |
| Binary | 1110010 | 100010 | 10111011 | 100111 | 1010010 | 0 | 11011 | 100001111 | 1000101 | 101011 |
Color Harmonies of #7222BB
Complementary color
Monochromatic Colors of #7222BB
Black with #7222BB
Text Example
Text Example
White with #7222BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7222BB; }
p { color: rgb(114,34,187); }
H1.HeaderClassName
{
color: #7222BB;
}
.AnyTagClassName
{
color: #7222BB;
}
</style>
background-color css
<style>
a { background-color: #7222BB; }
a { background-color: rgb(114,34,187); }
div.DivClassName
{
background-color: #7222BB;
}
.BgClassName
{
background-color: #7222BB;
}
</style>
border-color css
<style>
span { border-color: #7222BB; }
span { border-color: rgb(114,34,187); }
td.TdClassName
{
border-color: #7222BB;
}
.TagClassName
{
border-color: #7222BB;
}
</style>