Shades of Purple Heart #711DBF
Tints of Purple Heart #711DBF
RGB
CMYK
RGB Variations
Color information
#711DBF (or 0x711DBF) is known color: Purple Heart. HEX triplet: 71, 1D and BF. RGB value is (113,29,191). Sum of RGB (Red+Green+Blue) = 113+29+191=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #711DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DBF is #8EE240. Grayscale: #484848. Windows color (decimal): -9364033 or 12524913. OLE color: 12524913.
HSL color Cylindrical-coordinate representation of color #711DBF: hue angle of 271.11º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711DBF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 29 | 191 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.25 |
| HSL | 271.11º | 0.74% | 0.43% | - |
| HSV(B) | 271.11º | 0.85% | 0.75% | - |
| XYZ | 16.65 | 8.15 | 49.99 | - |
| YUV | 72.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 191 | 0.41 | 0.85 | 0 | 0.25 | 271.11 | 0.74 | 0.43 |
| Hex | 71 | 1D | BF | 29 | 55 | 0 | 19 | 10F | 4A | 2B |
| Octal | 161 | 35 | 277 | 51 | 125 | 0 | 31 | 417 | 112 | 53 |
| Binary | 1110001 | 11101 | 10111111 | 101001 | 1010101 | 0 | 11001 | 100001111 | 1001010 | 101011 |
Color Harmonies of #711DBF
Complementary color
Monochromatic Colors of #711DBF
Black with #711DBF
Text Example
Text Example
White with #711DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DBF; }
p { color: rgb(113,29,191); }
H1.HeaderClassName
{
color: #711DBF;
}
.AnyTagClassName
{
color: #711DBF;
}
</style>
background-color css
<style>
a { background-color: #711DBF; }
a { background-color: rgb(113,29,191); }
div.DivClassName
{
background-color: #711DBF;
}
.BgClassName
{
background-color: #711DBF;
}
</style>
border-color css
<style>
span { border-color: #711DBF; }
span { border-color: rgb(113,29,191); }
td.TdClassName
{
border-color: #711DBF;
}
.TagClassName
{
border-color: #711DBF;
}
</style>