Shades of Purple Heart #711ECC
Tints of Purple Heart #711ECC
RGB
CMYK
RGB Variations
Color information
#711ECC (or 0x711ECC) is known color: Purple Heart. HEX triplet: 71, 1E and CC. RGB value is (113,30,204). Sum of RGB (Red+Green+Blue) = 113+30+204=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #711ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ECC is #8EE133. Grayscale: #4A4A4A. Windows color (decimal): -9363764 or 13377137. OLE color: 13377137.
HSL color Cylindrical-coordinate representation of color #711ECC: hue angle of 268.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711ECC is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 30 | 204 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.2 |
| HSL | 268.62º | 0.74% | 0.46% | - |
| HSV(B) | 268.62º | 0.85% | 0.8% | - |
| XYZ | 18.17 | 8.8 | 57.87 | - |
| YUV | 74.65 | 201 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 204 | 0.45 | 0.85 | 0 | 0.2 | 268.62 | 0.74 | 0.46 |
| Hex | 71 | 1E | CC | 2D | 55 | 0 | 14 | 10D | 4A | 2E |
| Octal | 161 | 36 | 314 | 55 | 125 | 0 | 24 | 415 | 112 | 56 |
| Binary | 1110001 | 11110 | 11001100 | 101101 | 1010101 | 0 | 10100 | 100001101 | 1001010 | 101110 |
Color Harmonies of #711ECC
Complementary color
Monochromatic Colors of #711ECC
Black with #711ECC
Text Example
Text Example
White with #711ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ECC; }
p { color: rgb(113,30,204); }
H1.HeaderClassName
{
color: #711ECC;
}
.AnyTagClassName
{
color: #711ECC;
}
</style>
background-color css
<style>
a { background-color: #711ECC; }
a { background-color: rgb(113,30,204); }
div.DivClassName
{
background-color: #711ECC;
}
.BgClassName
{
background-color: #711ECC;
}
</style>
border-color css
<style>
span { border-color: #711ECC; }
span { border-color: rgb(113,30,204); }
td.TdClassName
{
border-color: #711ECC;
}
.TagClassName
{
border-color: #711ECC;
}
</style>