Shades of Purple Heart #711DBB
Tints of Purple Heart #711DBB
RGB
CMYK
RGB Variations
Color information
#711DBB (or 0x711DBB) is known color: Purple Heart. HEX triplet: 71, 1D and BB. RGB value is (113,29,187). Sum of RGB (Red+Green+Blue) = 113+29+187=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #711DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DBB is #8EE244. Grayscale: #474747. Windows color (decimal): -9364037 or 12262769. OLE color: 12262769.
HSL color Cylindrical-coordinate representation of color #711DBB: hue angle of 271.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711DBB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 29 | 187 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.27 |
| HSL | 271.9º | 0.73% | 0.42% | - |
| HSV(B) | 271.9º | 0.84% | 0.73% | - |
| XYZ | 16.22 | 7.98 | 47.7 | - |
| YUV | 72.13 | 192.83 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 187 | 0.40 | 0.84 | 0 | 0.27 | 271.9 | 0.73 | 0.42 |
| Hex | 71 | 1D | BB | 28 | 54 | 0 | 1B | 110 | 49 | 2A |
| Octal | 161 | 35 | 273 | 50 | 124 | 0 | 33 | 420 | 111 | 52 |
| Binary | 1110001 | 11101 | 10111011 | 101000 | 1010100 | 0 | 11011 | 100010000 | 1001001 | 101010 |
Color Harmonies of #711DBB
Complementary color
Monochromatic Colors of #711DBB
Black with #711DBB
Text Example
Text Example
White with #711DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DBB; }
p { color: rgb(113,29,187); }
H1.HeaderClassName
{
color: #711DBB;
}
.AnyTagClassName
{
color: #711DBB;
}
</style>
background-color css
<style>
a { background-color: #711DBB; }
a { background-color: rgb(113,29,187); }
div.DivClassName
{
background-color: #711DBB;
}
.BgClassName
{
background-color: #711DBB;
}
</style>
border-color css
<style>
span { border-color: #711DBB; }
span { border-color: rgb(113,29,187); }
td.TdClassName
{
border-color: #711DBB;
}
.TagClassName
{
border-color: #711DBB;
}
</style>