Shades of Purple Heart #711ECB
Tints of Purple Heart #711ECB
RGB
CMYK
RGB Variations
Color information
#711ECB (or 0x711ECB) is known color: Purple Heart. HEX triplet: 71, 1E and CB. RGB value is (113,30,203). Sum of RGB (Red+Green+Blue) = 113+30+203=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #711ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ECB is #8EE134. Grayscale: #494949. Windows color (decimal): -9363765 or 13311601. OLE color: 13311601.
HSL color Cylindrical-coordinate representation of color #711ECB: hue angle of 268.79º 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 #711ECB is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 30 | 203 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.20 |
| HSL | 268.79º | 0.74% | 0.46% | - |
| HSV(B) | 268.79º | 0.85% | 0.8% | - |
| XYZ | 18.05 | 8.75 | 57.24 | - |
| YUV | 74.54 | 200.5 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 203 | 0.44 | 0.85 | 0 | 0.20 | 268.79 | 0.74 | 0.46 |
| Hex | 71 | 1E | CB | 2C | 55 | 0 | 14 | 10D | 4A | 2E |
| Octal | 161 | 36 | 313 | 54 | 125 | 0 | 24 | 415 | 112 | 56 |
| Binary | 1110001 | 11110 | 11001011 | 101100 | 1010101 | 0 | 10100 | 100001101 | 1001010 | 101110 |
Color Harmonies of #711ECB
Complementary color
Monochromatic Colors of #711ECB
Black with #711ECB
Text Example
Text Example
White with #711ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ECB; }
p { color: rgb(113,30,203); }
H1.HeaderClassName
{
color: #711ECB;
}
.AnyTagClassName
{
color: #711ECB;
}
</style>
background-color css
<style>
a { background-color: #711ECB; }
a { background-color: rgb(113,30,203); }
div.DivClassName
{
background-color: #711ECB;
}
.BgClassName
{
background-color: #711ECB;
}
</style>
border-color css
<style>
span { border-color: #711ECB; }
span { border-color: rgb(113,30,203); }
td.TdClassName
{
border-color: #711ECB;
}
.TagClassName
{
border-color: #711ECB;
}
</style>