Shades of Purple Heart #711CAC
Tints of Purple Heart #711CAC
RGB
CMYK
RGB Variations
Color information
#711CAC (or 0x711CAC) is known color: Purple Heart. HEX triplet: 71, 1C and AC. RGB value is (113,28,172). Sum of RGB (Red+Green+Blue) = 113+28+172=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #711CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711CAC is #8EE353. Grayscale: #454545. Windows color (decimal): -9364308 or 11279473. OLE color: 11279473.
HSL color Cylindrical-coordinate representation of color #711CAC: hue angle of 275.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711CAC is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 28 | 172 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.33 |
| HSL | 275.42º | 0.72% | 0.39% | - |
| HSV(B) | 275.42º | 0.84% | 0.67% | - |
| XYZ | 14.67 | 7.32 | 39.67 | - |
| YUV | 69.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 172 | 0.34 | 0.84 | 0 | 0.33 | 275.42 | 0.72 | 0.39 |
| Hex | 71 | 1C | AC | 22 | 54 | 0 | 21 | 113 | 48 | 27 |
| Octal | 161 | 34 | 254 | 42 | 124 | 0 | 41 | 423 | 110 | 47 |
| Binary | 1110001 | 11100 | 10101100 | 100010 | 1010100 | 0 | 100001 | 100010011 | 1001000 | 100111 |
Color Harmonies of #711CAC
Complementary color
Monochromatic Colors of #711CAC
Black with #711CAC
Text Example
Text Example
White with #711CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CAC; }
p { color: rgb(113,28,172); }
H1.HeaderClassName
{
color: #711CAC;
}
.AnyTagClassName
{
color: #711CAC;
}
</style>
background-color css
<style>
a { background-color: #711CAC; }
a { background-color: rgb(113,28,172); }
div.DivClassName
{
background-color: #711CAC;
}
.BgClassName
{
background-color: #711CAC;
}
</style>
border-color css
<style>
span { border-color: #711CAC; }
span { border-color: rgb(113,28,172); }
td.TdClassName
{
border-color: #711CAC;
}
.TagClassName
{
border-color: #711CAC;
}
</style>