Shades of Purple Heart #7311AB
Tints of Purple Heart #7311AB
RGB
CMYK
RGB Variations
Color information
#7311AB (or 0x7311AB) is known color: Purple Heart. HEX triplet: 73, 11 and AB. RGB value is (115,17,171). Sum of RGB (Red+Green+Blue) = 115+17+171=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #7311AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7311AB is #8CEE54. Grayscale: #3F3F3F. Windows color (decimal): -9236053 or 11211123. OLE color: 11211123.
HSL color Cylindrical-coordinate representation of color #7311AB: hue angle of 278.18º 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 #7311AB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 17 | 171 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.33 |
| HSL | 278.18º | 0.82% | 0.37% | - |
| HSV(B) | 278.18º | 0.9% | 0.67% | - |
| XYZ | 14.62 | 6.99 | 39.11 | - |
| YUV | 63.86 | 188.47 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 171 | 0.33 | 0.90 | 0 | 0.33 | 278.18 | 0.82 | 0.37 |
| Hex | 73 | 11 | AB | 21 | 5A | 0 | 21 | 116 | 52 | 25 |
| Octal | 163 | 21 | 253 | 41 | 132 | 0 | 41 | 426 | 122 | 45 |
| Binary | 1110011 | 10001 | 10101011 | 100001 | 1011010 | 0 | 100001 | 100010110 | 1010010 | 100101 |
Color Harmonies of #7311AB
Complementary color
Monochromatic Colors of #7311AB
Black with #7311AB
Text Example
Text Example
White with #7311AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311AB; }
p { color: rgb(115,17,171); }
H1.HeaderClassName
{
color: #7311AB;
}
.AnyTagClassName
{
color: #7311AB;
}
</style>
background-color css
<style>
a { background-color: #7311AB; }
a { background-color: rgb(115,17,171); }
div.DivClassName
{
background-color: #7311AB;
}
.BgClassName
{
background-color: #7311AB;
}
</style>
border-color css
<style>
span { border-color: #7311AB; }
span { border-color: rgb(115,17,171); }
td.TdClassName
{
border-color: #7311AB;
}
.TagClassName
{
border-color: #7311AB;
}
</style>