Shades of Purple Heart #711ECE
Tints of Purple Heart #711ECE
RGB
CMYK
RGB Variations
Color information
#711ECE (or 0x711ECE) is known color: Purple Heart. HEX triplet: 71, 1E and CE. RGB value is (113,30,206). Sum of RGB (Red+Green+Blue) = 113+30+206=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #711ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ECE is #8EE131. Grayscale: #4A4A4A. Windows color (decimal): -9363762 or 13508209. OLE color: 13508209.
HSL color Cylindrical-coordinate representation of color #711ECE: hue angle of 268.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711ECE is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 30 | 206 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.19 |
| HSL | 268.3º | 0.75% | 0.46% | - |
| HSV(B) | 268.3º | 0.85% | 0.81% | - |
| XYZ | 18.41 | 8.9 | 59.14 | - |
| YUV | 74.88 | 202 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 206 | 0.45 | 0.85 | 0 | 0.19 | 268.3 | 0.75 | 0.46 |
| Hex | 71 | 1E | CE | 2D | 55 | 0 | 13 | 10C | 4B | 2E |
| Octal | 161 | 36 | 316 | 55 | 125 | 0 | 23 | 414 | 113 | 56 |
| Binary | 1110001 | 11110 | 11001110 | 101101 | 1010101 | 0 | 10011 | 100001100 | 1001011 | 101110 |
Color Harmonies of #711ECE
Complementary color
Monochromatic Colors of #711ECE
Black with #711ECE
Text Example
Text Example
White with #711ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ECE; }
p { color: rgb(113,30,206); }
H1.HeaderClassName
{
color: #711ECE;
}
.AnyTagClassName
{
color: #711ECE;
}
</style>
background-color css
<style>
a { background-color: #711ECE; }
a { background-color: rgb(113,30,206); }
div.DivClassName
{
background-color: #711ECE;
}
.BgClassName
{
background-color: #711ECE;
}
</style>
border-color css
<style>
span { border-color: #711ECE; }
span { border-color: rgb(113,30,206); }
td.TdClassName
{
border-color: #711ECE;
}
.TagClassName
{
border-color: #711ECE;
}
</style>