Shades of Purple Heart #711DBE
Tints of Purple Heart #711DBE
RGB
CMYK
RGB Variations
Color information
#711DBE (or 0x711DBE) is known color: Purple Heart. HEX triplet: 71, 1D and BE. RGB value is (113,29,190). Sum of RGB (Red+Green+Blue) = 113+29+190=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #711DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DBE is #8EE241. Grayscale: #474747. Windows color (decimal): -9364034 or 12459377. OLE color: 12459377.
HSL color Cylindrical-coordinate representation of color #711DBE: hue angle of 271.3º 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 #711DBE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 29 | 190 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.25 |
| HSL | 271.3º | 0.74% | 0.43% | - |
| HSV(B) | 271.3º | 0.85% | 0.75% | - |
| XYZ | 16.54 | 8.11 | 49.41 | - |
| YUV | 72.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 190 | 0.41 | 0.85 | 0 | 0.25 | 271.3 | 0.74 | 0.43 |
| Hex | 71 | 1D | BE | 29 | 55 | 0 | 19 | 10F | 4A | 2B |
| Octal | 161 | 35 | 276 | 51 | 125 | 0 | 31 | 417 | 112 | 53 |
| Binary | 1110001 | 11101 | 10111110 | 101001 | 1010101 | 0 | 11001 | 100001111 | 1001010 | 101011 |
Color Harmonies of #711DBE
Complementary color
Monochromatic Colors of #711DBE
Black with #711DBE
Text Example
Text Example
White with #711DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DBE; }
p { color: rgb(113,29,190); }
H1.HeaderClassName
{
color: #711DBE;
}
.AnyTagClassName
{
color: #711DBE;
}
</style>
background-color css
<style>
a { background-color: #711DBE; }
a { background-color: rgb(113,29,190); }
div.DivClassName
{
background-color: #711DBE;
}
.BgClassName
{
background-color: #711DBE;
}
</style>
border-color css
<style>
span { border-color: #711DBE; }
span { border-color: rgb(113,29,190); }
td.TdClassName
{
border-color: #711DBE;
}
.TagClassName
{
border-color: #711DBE;
}
</style>