Shades of Purple Heart #7122AB
Tints of Purple Heart #7122AB
RGB
CMYK
RGB Variations
Color information
#7122AB (or 0x7122AB) is known color: Purple Heart. HEX triplet: 71, 22 and AB. RGB value is (113,34,171). Sum of RGB (Red+Green+Blue) = 113+34+171=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #7122AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7122AB is #8EDD54. Grayscale: #484848. Windows color (decimal): -9362773 or 11215473. OLE color: 11215473.
HSL color Cylindrical-coordinate representation of color #7122AB: hue angle of 274.6º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7122AB is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 34 | 171 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.33 |
| HSL | 274.6º | 0.67% | 0.4% | - |
| HSV(B) | 274.6º | 0.8% | 0.67% | - |
| XYZ | 14.73 | 7.6 | 39.22 | - |
| YUV | 73.24 | 183.17 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 171 | 0.34 | 0.80 | 0 | 0.33 | 274.6 | 0.67 | 0.4 |
| Hex | 71 | 22 | AB | 22 | 50 | 0 | 21 | 113 | 43 | 28 |
| Octal | 161 | 42 | 253 | 42 | 120 | 0 | 41 | 423 | 103 | 50 |
| Binary | 1110001 | 100010 | 10101011 | 100010 | 1010000 | 0 | 100001 | 100010011 | 1000011 | 101000 |
Color Harmonies of #7122AB
Complementary color
Monochromatic Colors of #7122AB
Black with #7122AB
Text Example
Text Example
White with #7122AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7122AB; }
p { color: rgb(113,34,171); }
H1.HeaderClassName
{
color: #7122AB;
}
.AnyTagClassName
{
color: #7122AB;
}
</style>
background-color css
<style>
a { background-color: #7122AB; }
a { background-color: rgb(113,34,171); }
div.DivClassName
{
background-color: #7122AB;
}
.BgClassName
{
background-color: #7122AB;
}
</style>
border-color css
<style>
span { border-color: #7122AB; }
span { border-color: rgb(113,34,171); }
td.TdClassName
{
border-color: #7122AB;
}
.TagClassName
{
border-color: #7122AB;
}
</style>