Shades of Purple Heart #7311AA
Tints of Purple Heart #7311AA
RGB
CMYK
RGB Variations
Color information
#7311AA (or 0x7311AA) is known color: Purple Heart. HEX triplet: 73, 11 and AA. RGB value is (115,17,170). Sum of RGB (Red+Green+Blue) = 115+17+170=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #7311AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7311AA is #8CEE55. Grayscale: #3F3F3F. Windows color (decimal): -9236054 or 11145587. OLE color: 11145587.
HSL color Cylindrical-coordinate representation of color #7311AA: hue angle of 278.43º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7311AA is Cyan = 0.32, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 17 | 170 | - |
| CMYK | 0.32 | 0.9 | 0 | 0.33 |
| HSL | 278.43º | 0.82% | 0.37% | - |
| HSV(B) | 278.43º | 0.9% | 0.67% | - |
| XYZ | 14.53 | 6.95 | 38.61 | - |
| YUV | 63.74 | 187.97 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 170 | 0.32 | 0.9 | 0 | 0.33 | 278.43 | 0.82 | 0.37 |
| Hex | 73 | 11 | AA | 20 | 5A | 0 | 21 | 116 | 52 | 25 |
| Octal | 163 | 21 | 252 | 40 | 132 | 0 | 41 | 426 | 122 | 45 |
| Binary | 1110011 | 10001 | 10101010 | 100000 | 1011010 | 0 | 100001 | 100010110 | 1010010 | 100101 |
Color Harmonies of #7311AA
Complementary color
Monochromatic Colors of #7311AA
Black with #7311AA
Text Example
Text Example
White with #7311AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311AA; }
p { color: rgb(115,17,170); }
H1.HeaderClassName
{
color: #7311AA;
}
.AnyTagClassName
{
color: #7311AA;
}
</style>
background-color css
<style>
a { background-color: #7311AA; }
a { background-color: rgb(115,17,170); }
div.DivClassName
{
background-color: #7311AA;
}
.BgClassName
{
background-color: #7311AA;
}
</style>
border-color css
<style>
span { border-color: #7311AA; }
span { border-color: rgb(115,17,170); }
td.TdClassName
{
border-color: #7311AA;
}
.TagClassName
{
border-color: #7311AA;
}
</style>