Shades of Purple Heart #711FB4
Tints of Purple Heart #711FB4
RGB
CMYK
RGB Variations
Color information
#711FB4 (or 0x711FB4) is known color: Purple Heart. HEX triplet: 71, 1F and B4. RGB value is (113,31,180). Sum of RGB (Red+Green+Blue) = 113+31+180=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #711FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FB4 is #8EE04B. Grayscale: #474747. Windows color (decimal): -9363532 or 11804529. OLE color: 11804529.
HSL color Cylindrical-coordinate representation of color #711FB4: hue angle of 273.02º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711FB4 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 31 | 180 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.29 |
| HSL | 273.02º | 0.71% | 0.41% | - |
| HSV(B) | 273.02º | 0.83% | 0.71% | - |
| XYZ | 15.54 | 7.79 | 43.86 | - |
| YUV | 72.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 180 | 0.37 | 0.83 | 0 | 0.29 | 273.02 | 0.71 | 0.41 |
| Hex | 71 | 1F | B4 | 25 | 53 | 0 | 1D | 111 | 47 | 29 |
| Octal | 161 | 37 | 264 | 45 | 123 | 0 | 35 | 421 | 107 | 51 |
| Binary | 1110001 | 11111 | 10110100 | 100101 | 1010011 | 0 | 11101 | 100010001 | 1000111 | 101001 |
Color Harmonies of #711FB4
Complementary color
Monochromatic Colors of #711FB4
Black with #711FB4
Text Example
Text Example
White with #711FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FB4; }
p { color: rgb(113,31,180); }
H1.HeaderClassName
{
color: #711FB4;
}
.AnyTagClassName
{
color: #711FB4;
}
</style>
background-color css
<style>
a { background-color: #711FB4; }
a { background-color: rgb(113,31,180); }
div.DivClassName
{
background-color: #711FB4;
}
.BgClassName
{
background-color: #711FB4;
}
</style>
border-color css
<style>
span { border-color: #711FB4; }
span { border-color: rgb(113,31,180); }
td.TdClassName
{
border-color: #711FB4;
}
.TagClassName
{
border-color: #711FB4;
}
</style>