Shades of Purple Heart #7419C1
Tints of Purple Heart #7419C1
RGB
CMYK
RGB Variations
Color information
#7419C1 (or 0x7419C1) is known color: Purple Heart. HEX triplet: 74, 19 and C1. RGB value is (116,25,193). Sum of RGB (Red+Green+Blue) = 116+25+193=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #7419C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7419C1 is #8BE63E. Grayscale: #464646. Windows color (decimal): -9168447 or 12654964. OLE color: 12654964.
HSL color Cylindrical-coordinate representation of color #7419C1: hue angle of 272.5º 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 #7419C1 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 25 | 193 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.24 |
| HSL | 272.5º | 0.77% | 0.43% | - |
| HSV(B) | 272.5º | 0.87% | 0.76% | - |
| XYZ | 17.18 | 8.26 | 51.14 | - |
| YUV | 71.36 | 196.65 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 193 | 0.40 | 0.87 | 0 | 0.24 | 272.5 | 0.77 | 0.43 |
| Hex | 74 | 19 | C1 | 28 | 57 | 0 | 18 | 110 | 4D | 2B |
| Octal | 164 | 31 | 301 | 50 | 127 | 0 | 30 | 420 | 115 | 53 |
| Binary | 1110100 | 11001 | 11000001 | 101000 | 1010111 | 0 | 11000 | 100010000 | 1001101 | 101011 |
Color Harmonies of #7419C1
Complementary color
Monochromatic Colors of #7419C1
Black with #7419C1
Text Example
Text Example
White with #7419C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7419C1; }
p { color: rgb(116,25,193); }
H1.HeaderClassName
{
color: #7419C1;
}
.AnyTagClassName
{
color: #7419C1;
}
</style>
background-color css
<style>
a { background-color: #7419C1; }
a { background-color: rgb(116,25,193); }
div.DivClassName
{
background-color: #7419C1;
}
.BgClassName
{
background-color: #7419C1;
}
</style>
border-color css
<style>
span { border-color: #7419C1; }
span { border-color: rgb(116,25,193); }
td.TdClassName
{
border-color: #7419C1;
}
.TagClassName
{
border-color: #7419C1;
}
</style>