Shades of Purple Heart #7311AF
Tints of Purple Heart #7311AF
RGB
CMYK
RGB Variations
Color information
#7311AF (or 0x7311AF) is known color: Purple Heart. HEX triplet: 73, 11 and AF. RGB value is (115,17,175). Sum of RGB (Red+Green+Blue) = 115+17+175=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #7311AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7311AF is #8CEE50. Grayscale: #3F3F3F. Windows color (decimal): -9236049 or 11473267. OLE color: 11473267.
HSL color Cylindrical-coordinate representation of color #7311AF: hue angle of 277.22º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7311AF is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 17 | 175 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.31 |
| HSL | 277.22º | 0.82% | 0.38% | - |
| HSV(B) | 277.22º | 0.9% | 0.69% | - |
| XYZ | 15.01 | 7.14 | 41.14 | - |
| YUV | 64.31 | 190.47 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 175 | 0.34 | 0.90 | 0 | 0.31 | 277.22 | 0.82 | 0.38 |
| Hex | 73 | 11 | AF | 22 | 5A | 0 | 1F | 115 | 52 | 26 |
| Octal | 163 | 21 | 257 | 42 | 132 | 0 | 37 | 425 | 122 | 46 |
| Binary | 1110011 | 10001 | 10101111 | 100010 | 1011010 | 0 | 11111 | 100010101 | 1010010 | 100110 |
Color Harmonies of #7311AF
Complementary color
Monochromatic Colors of #7311AF
Black with #7311AF
Text Example
Text Example
White with #7311AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311AF; }
p { color: rgb(115,17,175); }
H1.HeaderClassName
{
color: #7311AF;
}
.AnyTagClassName
{
color: #7311AF;
}
</style>
background-color css
<style>
a { background-color: #7311AF; }
a { background-color: rgb(115,17,175); }
div.DivClassName
{
background-color: #7311AF;
}
.BgClassName
{
background-color: #7311AF;
}
</style>
border-color css
<style>
span { border-color: #7311AF; }
span { border-color: rgb(115,17,175); }
td.TdClassName
{
border-color: #7311AF;
}
.TagClassName
{
border-color: #7311AF;
}
</style>