Shades of Purple Heart #711DCC
Tints of Purple Heart #711DCC
RGB
CMYK
RGB Variations
Color information
#711DCC (or 0x711DCC) is known color: Purple Heart. HEX triplet: 71, 1D and CC. RGB value is (113,29,204). Sum of RGB (Red+Green+Blue) = 113+29+204=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #711DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DCC is #8EE233. Grayscale: #494949. Windows color (decimal): -9364020 or 13376881. OLE color: 13376881.
HSL color Cylindrical-coordinate representation of color #711DCC: hue angle of 268.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711DCC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 29 | 204 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.2 |
| HSL | 268.8º | 0.75% | 0.46% | - |
| HSV(B) | 268.8º | 0.86% | 0.8% | - |
| XYZ | 18.15 | 8.75 | 57.86 | - |
| YUV | 74.07 | 201.33 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 204 | 0.45 | 0.86 | 0 | 0.2 | 268.8 | 0.75 | 0.46 |
| Hex | 71 | 1D | CC | 2D | 56 | 0 | 14 | 10D | 4B | 2E |
| Octal | 161 | 35 | 314 | 55 | 126 | 0 | 24 | 415 | 113 | 56 |
| Binary | 1110001 | 11101 | 11001100 | 101101 | 1010110 | 0 | 10100 | 100001101 | 1001011 | 101110 |
Color Harmonies of #711DCC
Complementary color
Monochromatic Colors of #711DCC
Black with #711DCC
Text Example
Text Example
White with #711DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DCC; }
p { color: rgb(113,29,204); }
H1.HeaderClassName
{
color: #711DCC;
}
.AnyTagClassName
{
color: #711DCC;
}
</style>
background-color css
<style>
a { background-color: #711DCC; }
a { background-color: rgb(113,29,204); }
div.DivClassName
{
background-color: #711DCC;
}
.BgClassName
{
background-color: #711DCC;
}
</style>
border-color css
<style>
span { border-color: #711DCC; }
span { border-color: rgb(113,29,204); }
td.TdClassName
{
border-color: #711DCC;
}
.TagClassName
{
border-color: #711DCC;
}
</style>