Shades of Purple Heart #711ACC
Tints of Purple Heart #711ACC
RGB
CMYK
RGB Variations
Color information
#711ACC (or 0x711ACC) is known color: Purple Heart. HEX triplet: 71, 1A and CC. RGB value is (113,26,204). Sum of RGB (Red+Green+Blue) = 113+26+204=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #711ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ACC is #8EE533. Grayscale: #474747. Windows color (decimal): -9364788 or 13376113. OLE color: 13376113.
HSL color Cylindrical-coordinate representation of color #711ACC: hue angle of 269.33º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711ACC is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 26 | 204 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.2 |
| HSL | 269.33º | 0.77% | 0.45% | - |
| HSV(B) | 269.33º | 0.87% | 0.8% | - |
| XYZ | 18.08 | 8.61 | 57.84 | - |
| YUV | 72.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 204 | 0.45 | 0.87 | 0 | 0.2 | 269.33 | 0.77 | 0.45 |
| Hex | 71 | 1A | CC | 2D | 57 | 0 | 14 | 10D | 4D | 2D |
| Octal | 161 | 32 | 314 | 55 | 127 | 0 | 24 | 415 | 115 | 55 |
| Binary | 1110001 | 11010 | 11001100 | 101101 | 1010111 | 0 | 10100 | 100001101 | 1001101 | 101101 |
Color Harmonies of #711ACC
Complementary color
Monochromatic Colors of #711ACC
Black with #711ACC
Text Example
Text Example
White with #711ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711ACC; }
p { color: rgb(113,26,204); }
H1.HeaderClassName
{
color: #711ACC;
}
.AnyTagClassName
{
color: #711ACC;
}
</style>
background-color css
<style>
a { background-color: #711ACC; }
a { background-color: rgb(113,26,204); }
div.DivClassName
{
background-color: #711ACC;
}
.BgClassName
{
background-color: #711ACC;
}
</style>
border-color css
<style>
span { border-color: #711ACC; }
span { border-color: rgb(113,26,204); }
td.TdClassName
{
border-color: #711ACC;
}
.TagClassName
{
border-color: #711ACC;
}
</style>