Shades of Purple Heart #711AC1
Tints of Purple Heart #711AC1
RGB
CMYK
RGB Variations
Color information
#711AC1 (or 0x711AC1) is known color: Purple Heart. HEX triplet: 71, 1A and C1. RGB value is (113,26,193). Sum of RGB (Red+Green+Blue) = 113+26+193=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #711AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711AC1 is #8EE53E. Grayscale: #464646. Windows color (decimal): -9364799 or 12655217. OLE color: 12655217.
HSL color Cylindrical-coordinate representation of color #711AC1: hue angle of 271.26º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711AC1 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 26 | 193 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.24 |
| HSL | 271.26º | 0.76% | 0.43% | - |
| HSV(B) | 271.26º | 0.87% | 0.76% | - |
| XYZ | 16.81 | 8.1 | 51.13 | - |
| YUV | 71.05 | 196.82 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 193 | 0.41 | 0.87 | 0 | 0.24 | 271.26 | 0.76 | 0.43 |
| Hex | 71 | 1A | C1 | 29 | 57 | 0 | 18 | 10F | 4C | 2B |
| Octal | 161 | 32 | 301 | 51 | 127 | 0 | 30 | 417 | 114 | 53 |
| Binary | 1110001 | 11010 | 11000001 | 101001 | 1010111 | 0 | 11000 | 100001111 | 1001100 | 101011 |
Color Harmonies of #711AC1
Complementary color
Monochromatic Colors of #711AC1
Black with #711AC1
Text Example
Text Example
White with #711AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AC1; }
p { color: rgb(113,26,193); }
H1.HeaderClassName
{
color: #711AC1;
}
.AnyTagClassName
{
color: #711AC1;
}
</style>
background-color css
<style>
a { background-color: #711AC1; }
a { background-color: rgb(113,26,193); }
div.DivClassName
{
background-color: #711AC1;
}
.BgClassName
{
background-color: #711AC1;
}
</style>
border-color css
<style>
span { border-color: #711AC1; }
span { border-color: rgb(113,26,193); }
td.TdClassName
{
border-color: #711AC1;
}
.TagClassName
{
border-color: #711AC1;
}
</style>