Shades of Purple Heart #711FC4
Tints of Purple Heart #711FC4
RGB
CMYK
RGB Variations
Color information
#711FC4 (or 0x711FC4) is known color: Purple Heart. HEX triplet: 71, 1F and C4. RGB value is (113,31,196). Sum of RGB (Red+Green+Blue) = 113+31+196=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #711FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FC4 is #8EE03B. Grayscale: #494949. Windows color (decimal): -9363516 or 12853105. OLE color: 12853105.
HSL color Cylindrical-coordinate representation of color #711FC4: hue angle of 269.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711FC4 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 31 | 196 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.23 |
| HSL | 269.82º | 0.73% | 0.45% | - |
| HSV(B) | 269.82º | 0.84% | 0.77% | - |
| XYZ | 17.26 | 8.48 | 52.95 | - |
| YUV | 74.33 | 196.67 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 196 | 0.42 | 0.84 | 0 | 0.23 | 269.82 | 0.73 | 0.45 |
| Hex | 71 | 1F | C4 | 2A | 54 | 0 | 17 | 10E | 49 | 2D |
| Octal | 161 | 37 | 304 | 52 | 124 | 0 | 27 | 416 | 111 | 55 |
| Binary | 1110001 | 11111 | 11000100 | 101010 | 1010100 | 0 | 10111 | 100001110 | 1001001 | 101101 |
Color Harmonies of #711FC4
Complementary color
Monochromatic Colors of #711FC4
Black with #711FC4
Text Example
Text Example
White with #711FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FC4; }
p { color: rgb(113,31,196); }
H1.HeaderClassName
{
color: #711FC4;
}
.AnyTagClassName
{
color: #711FC4;
}
</style>
background-color css
<style>
a { background-color: #711FC4; }
a { background-color: rgb(113,31,196); }
div.DivClassName
{
background-color: #711FC4;
}
.BgClassName
{
background-color: #711FC4;
}
</style>
border-color css
<style>
span { border-color: #711FC4; }
span { border-color: rgb(113,31,196); }
td.TdClassName
{
border-color: #711FC4;
}
.TagClassName
{
border-color: #711FC4;
}
</style>