Shades of Purple Heart #7114C1
Tints of Purple Heart #7114C1
RGB
CMYK
RGB Variations
Color information
#7114C1 (or 0x7114C1) is known color: Purple Heart. HEX triplet: 71, 14 and C1. RGB value is (113,20,193). Sum of RGB (Red+Green+Blue) = 113+20+193=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #7114C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7114C1 is #8EEB3E. Grayscale: #424242. Windows color (decimal): -9366335 or 12653681. OLE color: 12653681.
HSL color Cylindrical-coordinate representation of color #7114C1: hue angle of 272.25º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7114C1 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 20 | 193 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.24 |
| HSL | 272.25º | 0.81% | 0.42% | - |
| HSV(B) | 272.25º | 0.9% | 0.76% | - |
| XYZ | 16.69 | 7.86 | 51.09 | - |
| YUV | 67.53 | 198.81 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 193 | 0.41 | 0.90 | 0 | 0.24 | 272.25 | 0.81 | 0.42 |
| Hex | 71 | 14 | C1 | 29 | 5A | 0 | 18 | 110 | 51 | 2A |
| Octal | 161 | 24 | 301 | 51 | 132 | 0 | 30 | 420 | 121 | 52 |
| Binary | 1110001 | 10100 | 11000001 | 101001 | 1011010 | 0 | 11000 | 100010000 | 1010001 | 101010 |
Color Harmonies of #7114C1
Complementary color
Monochromatic Colors of #7114C1
Black with #7114C1
Text Example
Text Example
White with #7114C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7114C1; }
p { color: rgb(113,20,193); }
H1.HeaderClassName
{
color: #7114C1;
}
.AnyTagClassName
{
color: #7114C1;
}
</style>
background-color css
<style>
a { background-color: #7114C1; }
a { background-color: rgb(113,20,193); }
div.DivClassName
{
background-color: #7114C1;
}
.BgClassName
{
background-color: #7114C1;
}
</style>
border-color css
<style>
span { border-color: #7114C1; }
span { border-color: rgb(113,20,193); }
td.TdClassName
{
border-color: #7114C1;
}
.TagClassName
{
border-color: #7114C1;
}
</style>