Shades of Purple Heart #711EC4
Tints of Purple Heart #711EC4
RGB
CMYK
RGB Variations
Color information
#711EC4 (or 0x711EC4) is known color: Purple Heart. HEX triplet: 71, 1E and C4. RGB value is (113,30,196). Sum of RGB (Red+Green+Blue) = 113+30+196=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #711EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711EC4 is #8EE13B. Grayscale: #494949. Windows color (decimal): -9363772 or 12852849. OLE color: 12852849.
HSL color Cylindrical-coordinate representation of color #711EC4: hue angle of 270º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711EC4 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 30 | 196 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.23 |
| HSL | 270º | 0.73% | 0.44% | - |
| HSV(B) | 270º | 0.85% | 0.77% | - |
| XYZ | 17.24 | 8.42 | 52.94 | - |
| YUV | 73.74 | 197 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 196 | 0.42 | 0.85 | 0 | 0.23 | 270 | 0.73 | 0.44 |
| Hex | 71 | 1E | C4 | 2A | 55 | 0 | 17 | 10E | 49 | 2C |
| Octal | 161 | 36 | 304 | 52 | 125 | 0 | 27 | 416 | 111 | 54 |
| Binary | 1110001 | 11110 | 11000100 | 101010 | 1010101 | 0 | 10111 | 100001110 | 1001001 | 101100 |
Color Harmonies of #711EC4
Complementary color
Monochromatic Colors of #711EC4
Black with #711EC4
Text Example
Text Example
White with #711EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711EC4; }
p { color: rgb(113,30,196); }
H1.HeaderClassName
{
color: #711EC4;
}
.AnyTagClassName
{
color: #711EC4;
}
</style>
background-color css
<style>
a { background-color: #711EC4; }
a { background-color: rgb(113,30,196); }
div.DivClassName
{
background-color: #711EC4;
}
.BgClassName
{
background-color: #711EC4;
}
</style>
border-color css
<style>
span { border-color: #711EC4; }
span { border-color: rgb(113,30,196); }
td.TdClassName
{
border-color: #711EC4;
}
.TagClassName
{
border-color: #711EC4;
}
</style>