Shades of Purple Heart #711CCC
Tints of Purple Heart #711CCC
RGB
CMYK
RGB Variations
Color information
#711CCC (or 0x711CCC) is known color: Purple Heart. HEX triplet: 71, 1C and CC. RGB value is (113,28,204). Sum of RGB (Red+Green+Blue) = 113+28+204=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #711CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CCC is #8EE333. Grayscale: #484848. Windows color (decimal): -9364276 or 13376625. OLE color: 13376625.
HSL color Cylindrical-coordinate representation of color #711CCC: hue angle of 268.98º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711CCC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 28 | 204 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.2 |
| HSL | 268.98º | 0.76% | 0.45% | - |
| HSV(B) | 268.98º | 0.86% | 0.8% | - |
| XYZ | 18.12 | 8.7 | 57.85 | - |
| YUV | 73.48 | 201.66 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 204 | 0.45 | 0.86 | 0 | 0.2 | 268.98 | 0.76 | 0.45 |
| Hex | 71 | 1C | CC | 2D | 56 | 0 | 14 | 10D | 4C | 2D |
| Octal | 161 | 34 | 314 | 55 | 126 | 0 | 24 | 415 | 114 | 55 |
| Binary | 1110001 | 11100 | 11001100 | 101101 | 1010110 | 0 | 10100 | 100001101 | 1001100 | 101101 |
Color Harmonies of #711CCC
Complementary color
Monochromatic Colors of #711CCC
Black with #711CCC
Text Example
Text Example
White with #711CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CCC; }
p { color: rgb(113,28,204); }
H1.HeaderClassName
{
color: #711CCC;
}
.AnyTagClassName
{
color: #711CCC;
}
</style>
background-color css
<style>
a { background-color: #711CCC; }
a { background-color: rgb(113,28,204); }
div.DivClassName
{
background-color: #711CCC;
}
.BgClassName
{
background-color: #711CCC;
}
</style>
border-color css
<style>
span { border-color: #711CCC; }
span { border-color: rgb(113,28,204); }
td.TdClassName
{
border-color: #711CCC;
}
.TagClassName
{
border-color: #711CCC;
}
</style>