Shades of Purple Heart #7616BF
Tints of Purple Heart #7616BF
RGB
CMYK
RGB Variations
Color information
#7616BF (or 0x7616BF) is known color: Purple Heart. HEX triplet: 76, 16 and BF. RGB value is (118,22,191). Sum of RGB (Red+Green+Blue) = 118+22+191=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #7616BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7616BF is #89E940. Grayscale: #454545. Windows color (decimal): -9038145 or 12523126. OLE color: 12523126.
HSL color Cylindrical-coordinate representation of color #7616BF: hue angle of 274.08º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7616BF is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 22 | 191 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.25 |
| HSL | 274.08º | 0.79% | 0.42% | - |
| HSV(B) | 274.08º | 0.88% | 0.75% | - |
| XYZ | 17.16 | 8.19 | 49.97 | - |
| YUV | 69.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 191 | 0.38 | 0.88 | 0 | 0.25 | 274.08 | 0.79 | 0.42 |
| Hex | 76 | 16 | BF | 26 | 58 | 0 | 19 | 112 | 4F | 2A |
| Octal | 166 | 26 | 277 | 46 | 130 | 0 | 31 | 422 | 117 | 52 |
| Binary | 1110110 | 10110 | 10111111 | 100110 | 1011000 | 0 | 11001 | 100010010 | 1001111 | 101010 |
Color Harmonies of #7616BF
Complementary color
Monochromatic Colors of #7616BF
Black with #7616BF
Text Example
Text Example
White with #7616BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7616BF; }
p { color: rgb(118,22,191); }
H1.HeaderClassName
{
color: #7616BF;
}
.AnyTagClassName
{
color: #7616BF;
}
</style>
background-color css
<style>
a { background-color: #7616BF; }
a { background-color: rgb(118,22,191); }
div.DivClassName
{
background-color: #7616BF;
}
.BgClassName
{
background-color: #7616BF;
}
</style>
border-color css
<style>
span { border-color: #7616BF; }
span { border-color: rgb(118,22,191); }
td.TdClassName
{
border-color: #7616BF;
}
.TagClassName
{
border-color: #7616BF;
}
</style>