Shades of Purple Heart #711ECD
Tints of Purple Heart #711ECD
RGB
CMYK
RGB Variations
Color information
#711ECD (or 0x711ECD) is known color: Purple Heart. HEX triplet: 71, 1E and CD. RGB value is (113,30,205). Sum of RGB (Red+Green+Blue) = 113+30+205=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #711ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ECD is #8EE132. Grayscale: #4A4A4A. Windows color (decimal): -9363763 or 13442673. OLE color: 13442673.
HSL color Cylindrical-coordinate representation of color #711ECD: hue angle of 268.46º 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 #711ECD is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 30 | 205 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.20 |
| HSL | 268.46º | 0.74% | 0.46% | - |
| HSV(B) | 268.46º | 0.85% | 0.8% | - |
| XYZ | 18.29 | 8.85 | 58.5 | - |
| YUV | 74.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 205 | 0.45 | 0.85 | 0 | 0.20 | 268.46 | 0.74 | 0.46 |
| Hex | 71 | 1E | CD | 2D | 55 | 0 | 14 | 10C | 4A | 2E |
| Octal | 161 | 36 | 315 | 55 | 125 | 0 | 24 | 414 | 112 | 56 |
| Binary | 1110001 | 11110 | 11001101 | 101101 | 1010101 | 0 | 10100 | 100001100 | 1001010 | 101110 |
Color Harmonies of #711ECD
Complementary color
Monochromatic Colors of #711ECD
Black with #711ECD
Text Example
Text Example
White with #711ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ECD; }
p { color: rgb(113,30,205); }
H1.HeaderClassName
{
color: #711ECD;
}
.AnyTagClassName
{
color: #711ECD;
}
</style>
background-color css
<style>
a { background-color: #711ECD; }
a { background-color: rgb(113,30,205); }
div.DivClassName
{
background-color: #711ECD;
}
.BgClassName
{
background-color: #711ECD;
}
</style>
border-color css
<style>
span { border-color: #711ECD; }
span { border-color: rgb(113,30,205); }
td.TdClassName
{
border-color: #711ECD;
}
.TagClassName
{
border-color: #711ECD;
}
</style>