Shades of Purple Heart #7311CE
Tints of Purple Heart #7311CE
RGB
CMYK
RGB Variations
Color information
#7311CE (or 0x7311CE) is known color: Purple Heart. HEX triplet: 73, 11 and CE. RGB value is (115,17,206). Sum of RGB (Red+Green+Blue) = 115+17+206=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #7311CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7311CE is #8CEE31. Grayscale: #434343. Windows color (decimal): -9236018 or 13504883. OLE color: 13504883.
HSL color Cylindrical-coordinate representation of color #7311CE: hue angle of 271.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7311CE is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 17 | 206 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.19 |
| HSL | 271.11º | 0.85% | 0.44% | - |
| HSV(B) | 271.11º | 0.92% | 0.81% | - |
| XYZ | 18.41 | 8.5 | 59.06 | - |
| YUV | 67.85 | 205.97 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 206 | 0.44 | 0.92 | 0 | 0.19 | 271.11 | 0.85 | 0.44 |
| Hex | 73 | 11 | CE | 2C | 5C | 0 | 13 | 10F | 55 | 2C |
| Octal | 163 | 21 | 316 | 54 | 134 | 0 | 23 | 417 | 125 | 54 |
| Binary | 1110011 | 10001 | 11001110 | 101100 | 1011100 | 0 | 10011 | 100001111 | 1010101 | 101100 |
Color Harmonies of #7311CE
Complementary color
Monochromatic Colors of #7311CE
Black with #7311CE
Text Example
Text Example
White with #7311CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311CE; }
p { color: rgb(115,17,206); }
H1.HeaderClassName
{
color: #7311CE;
}
.AnyTagClassName
{
color: #7311CE;
}
</style>
background-color css
<style>
a { background-color: #7311CE; }
a { background-color: rgb(115,17,206); }
div.DivClassName
{
background-color: #7311CE;
}
.BgClassName
{
background-color: #7311CE;
}
</style>
border-color css
<style>
span { border-color: #7311CE; }
span { border-color: rgb(115,17,206); }
td.TdClassName
{
border-color: #7311CE;
}
.TagClassName
{
border-color: #7311CE;
}
</style>