Shades of Purple Heart #7122AA
Tints of Purple Heart #7122AA
RGB
CMYK
RGB Variations
Color information
#7122AA (or 0x7122AA) is known color: Purple Heart. HEX triplet: 71, 22 and AA. RGB value is (113,34,170). Sum of RGB (Red+Green+Blue) = 113+34+170=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #7122AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7122AA is #8EDD55. Grayscale: #484848. Windows color (decimal): -9362774 or 11149937. OLE color: 11149937.
HSL color Cylindrical-coordinate representation of color #7122AA: hue angle of 274.85º 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 #7122AA is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 34 | 170 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.33 |
| HSL | 274.85º | 0.67% | 0.4% | - |
| HSV(B) | 274.85º | 0.8% | 0.67% | - |
| XYZ | 14.64 | 7.56 | 38.72 | - |
| YUV | 73.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 170 | 0.34 | 0.80 | 0 | 0.33 | 274.85 | 0.67 | 0.4 |
| Hex | 71 | 22 | AA | 22 | 50 | 0 | 21 | 113 | 43 | 28 |
| Octal | 161 | 42 | 252 | 42 | 120 | 0 | 41 | 423 | 103 | 50 |
| Binary | 1110001 | 100010 | 10101010 | 100010 | 1010000 | 0 | 100001 | 100010011 | 1000011 | 101000 |
Color Harmonies of #7122AA
Complementary color
Monochromatic Colors of #7122AA
Black with #7122AA
Text Example
Text Example
White with #7122AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7122AA; }
p { color: rgb(113,34,170); }
H1.HeaderClassName
{
color: #7122AA;
}
.AnyTagClassName
{
color: #7122AA;
}
</style>
background-color css
<style>
a { background-color: #7122AA; }
a { background-color: rgb(113,34,170); }
div.DivClassName
{
background-color: #7122AA;
}
.BgClassName
{
background-color: #7122AA;
}
</style>
border-color css
<style>
span { border-color: #7122AA; }
span { border-color: rgb(113,34,170); }
td.TdClassName
{
border-color: #7122AA;
}
.TagClassName
{
border-color: #7122AA;
}
</style>