Shades of Purple Heart #711CA8
Tints of Purple Heart #711CA8
RGB
CMYK
RGB Variations
Color information
#711CA8 (or 0x711CA8) is known color: Purple Heart. HEX triplet: 71, 1C and A8. RGB value is (113,28,168). Sum of RGB (Red+Green+Blue) = 113+28+168=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #711CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711CA8 is #8EE357. Grayscale: #444444. Windows color (decimal): -9364312 or 11017329. OLE color: 11017329.
HSL color Cylindrical-coordinate representation of color #711CA8: hue angle of 276.43º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711CA8 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 28 | 168 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.34 |
| HSL | 276.43º | 0.71% | 0.38% | - |
| HSV(B) | 276.43º | 0.83% | 0.66% | - |
| XYZ | 14.29 | 7.17 | 37.68 | - |
| YUV | 69.38 | 183.66 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 168 | 0.33 | 0.83 | 0 | 0.34 | 276.43 | 0.71 | 0.38 |
| Hex | 71 | 1C | A8 | 21 | 53 | 0 | 22 | 114 | 47 | 26 |
| Octal | 161 | 34 | 250 | 41 | 123 | 0 | 42 | 424 | 107 | 46 |
| Binary | 1110001 | 11100 | 10101000 | 100001 | 1010011 | 0 | 100010 | 100010100 | 1000111 | 100110 |
Color Harmonies of #711CA8
Complementary color
Monochromatic Colors of #711CA8
Black with #711CA8
Text Example
Text Example
White with #711CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CA8; }
p { color: rgb(113,28,168); }
H1.HeaderClassName
{
color: #711CA8;
}
.AnyTagClassName
{
color: #711CA8;
}
</style>
background-color css
<style>
a { background-color: #711CA8; }
a { background-color: rgb(113,28,168); }
div.DivClassName
{
background-color: #711CA8;
}
.BgClassName
{
background-color: #711CA8;
}
</style>
border-color css
<style>
span { border-color: #711CA8; }
span { border-color: rgb(113,28,168); }
td.TdClassName
{
border-color: #711CA8;
}
.TagClassName
{
border-color: #711CA8;
}
</style>