Shades of Purple Heart #711CB2
Tints of Purple Heart #711CB2
RGB
CMYK
RGB Variations
Color information
#711CB2 (or 0x711CB2) is known color: Purple Heart. HEX triplet: 71, 1C and B2. RGB value is (113,28,178). Sum of RGB (Red+Green+Blue) = 113+28+178=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #711CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711CB2 is #8EE34D. Grayscale: #464646. Windows color (decimal): -9364302 or 11672689. OLE color: 11672689.
HSL color Cylindrical-coordinate representation of color #711CB2: hue angle of 274º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711CB2 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 28 | 178 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.30 |
| HSL | 274º | 0.73% | 0.4% | - |
| HSV(B) | 274º | 0.84% | 0.7% | - |
| XYZ | 15.26 | 7.56 | 42.77 | - |
| YUV | 70.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 178 | 0.37 | 0.84 | 0 | 0.30 | 274 | 0.73 | 0.4 |
| Hex | 71 | 1C | B2 | 25 | 54 | 0 | 1E | 112 | 49 | 28 |
| Octal | 161 | 34 | 262 | 45 | 124 | 0 | 36 | 422 | 111 | 50 |
| Binary | 1110001 | 11100 | 10110010 | 100101 | 1010100 | 0 | 11110 | 100010010 | 1001001 | 101000 |
Color Harmonies of #711CB2
Complementary color
Monochromatic Colors of #711CB2
Black with #711CB2
Text Example
Text Example
White with #711CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CB2; }
p { color: rgb(113,28,178); }
H1.HeaderClassName
{
color: #711CB2;
}
.AnyTagClassName
{
color: #711CB2;
}
</style>
background-color css
<style>
a { background-color: #711CB2; }
a { background-color: rgb(113,28,178); }
div.DivClassName
{
background-color: #711CB2;
}
.BgClassName
{
background-color: #711CB2;
}
</style>
border-color css
<style>
span { border-color: #711CB2; }
span { border-color: rgb(113,28,178); }
td.TdClassName
{
border-color: #711CB2;
}
.TagClassName
{
border-color: #711CB2;
}
</style>