Shades of Purple Heart #7416C6
Tints of Purple Heart #7416C6
RGB
CMYK
RGB Variations
Color information
#7416C6 (or 0x7416C6) is known color: Purple Heart. HEX triplet: 74, 16 and C6. RGB value is (116,22,198). Sum of RGB (Red+Green+Blue) = 116+22+198=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #7416C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416C6 is #8BE939. Grayscale: #454545. Windows color (decimal): -9169210 or 12981876. OLE color: 12981876.
HSL color Cylindrical-coordinate representation of color #7416C6: hue angle of 272.05º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7416C6 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 22 | 198 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.22 |
| HSL | 272.05º | 0.8% | 0.43% | - |
| HSV(B) | 272.05º | 0.89% | 0.78% | - |
| XYZ | 17.68 | 8.36 | 54.11 | - |
| YUV | 70.17 | 200.14 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 198 | 0.41 | 0.89 | 0 | 0.22 | 272.05 | 0.8 | 0.43 |
| Hex | 74 | 16 | C6 | 29 | 59 | 0 | 16 | 110 | 50 | 2B |
| Octal | 164 | 26 | 306 | 51 | 131 | 0 | 26 | 420 | 120 | 53 |
| Binary | 1110100 | 10110 | 11000110 | 101001 | 1011001 | 0 | 10110 | 100010000 | 1010000 | 101011 |
Color Harmonies of #7416C6
Complementary color
Monochromatic Colors of #7416C6
Black with #7416C6
Text Example
Text Example
White with #7416C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416C6; }
p { color: rgb(116,22,198); }
H1.HeaderClassName
{
color: #7416C6;
}
.AnyTagClassName
{
color: #7416C6;
}
</style>
background-color css
<style>
a { background-color: #7416C6; }
a { background-color: rgb(116,22,198); }
div.DivClassName
{
background-color: #7416C6;
}
.BgClassName
{
background-color: #7416C6;
}
</style>
border-color css
<style>
span { border-color: #7416C6; }
span { border-color: rgb(116,22,198); }
td.TdClassName
{
border-color: #7416C6;
}
.TagClassName
{
border-color: #7416C6;
}
</style>