Shades of Purple Heart #7616CC
Tints of Purple Heart #7616CC
RGB
CMYK
RGB Variations
Color information
#7616CC (or 0x7616CC) is known color: Purple Heart. HEX triplet: 76, 16 and CC. RGB value is (118,22,204). Sum of RGB (Red+Green+Blue) = 118+22+204=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #7616CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7616CC is #89E933. Grayscale: #464646. Windows color (decimal): -9038132 or 13375094. OLE color: 13375094.
HSL color Cylindrical-coordinate representation of color #7616CC: hue angle of 271.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7616CC is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 22 | 204 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.2 |
| HSL | 271.65º | 0.81% | 0.44% | - |
| HSV(B) | 271.65º | 0.89% | 0.8% | - |
| XYZ | 18.66 | 8.79 | 57.84 | - |
| YUV | 71.45 | 202.8 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 204 | 0.42 | 0.89 | 0 | 0.2 | 271.65 | 0.81 | 0.44 |
| Hex | 76 | 16 | CC | 2A | 59 | 0 | 14 | 110 | 51 | 2C |
| Octal | 166 | 26 | 314 | 52 | 131 | 0 | 24 | 420 | 121 | 54 |
| Binary | 1110110 | 10110 | 11001100 | 101010 | 1011001 | 0 | 10100 | 100010000 | 1010001 | 101100 |
Color Harmonies of #7616CC
Complementary color
Monochromatic Colors of #7616CC
Black with #7616CC
Text Example
Text Example
White with #7616CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7616CC; }
p { color: rgb(118,22,204); }
H1.HeaderClassName
{
color: #7616CC;
}
.AnyTagClassName
{
color: #7616CC;
}
</style>
background-color css
<style>
a { background-color: #7616CC; }
a { background-color: rgb(118,22,204); }
div.DivClassName
{
background-color: #7616CC;
}
.BgClassName
{
background-color: #7616CC;
}
</style>
border-color css
<style>
span { border-color: #7616CC; }
span { border-color: rgb(118,22,204); }
td.TdClassName
{
border-color: #7616CC;
}
.TagClassName
{
border-color: #7616CC;
}
</style>