Shades of Purple Heart #7119C2
Tints of Purple Heart #7119C2
RGB
CMYK
RGB Variations
Color information
#7119C2 (or 0x7119C2) is known color: Purple Heart. HEX triplet: 71, 19 and C2. RGB value is (113,25,194). Sum of RGB (Red+Green+Blue) = 113+25+194=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #7119C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7119C2 is #8EE63D. Grayscale: #454545. Windows color (decimal): -9365054 or 12720497. OLE color: 12720497.
HSL color Cylindrical-coordinate representation of color #7119C2: hue angle of 271.24º degrees, saturation: 0.77, 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 #7119C2 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 25 | 194 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.24 |
| HSL | 271.24º | 0.77% | 0.43% | - |
| HSV(B) | 271.24º | 0.87% | 0.76% | - |
| XYZ | 16.9 | 8.1 | 51.71 | - |
| YUV | 70.58 | 197.65 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 194 | 0.42 | 0.87 | 0 | 0.24 | 271.24 | 0.77 | 0.43 |
| Hex | 71 | 19 | C2 | 2A | 57 | 0 | 18 | 10F | 4D | 2B |
| Octal | 161 | 31 | 302 | 52 | 127 | 0 | 30 | 417 | 115 | 53 |
| Binary | 1110001 | 11001 | 11000010 | 101010 | 1010111 | 0 | 11000 | 100001111 | 1001101 | 101011 |
Color Harmonies of #7119C2
Complementary color
Monochromatic Colors of #7119C2
Black with #7119C2
Text Example
Text Example
White with #7119C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7119C2; }
p { color: rgb(113,25,194); }
H1.HeaderClassName
{
color: #7119C2;
}
.AnyTagClassName
{
color: #7119C2;
}
</style>
background-color css
<style>
a { background-color: #7119C2; }
a { background-color: rgb(113,25,194); }
div.DivClassName
{
background-color: #7119C2;
}
.BgClassName
{
background-color: #7119C2;
}
</style>
border-color css
<style>
span { border-color: #7119C2; }
span { border-color: rgb(113,25,194); }
td.TdClassName
{
border-color: #7119C2;
}
.TagClassName
{
border-color: #7119C2;
}
</style>