Shades of Purple Heart #7816B2
Tints of Purple Heart #7816B2
RGB
CMYK
RGB Variations
Color information
#7816B2 (or 0x7816B2) is known color: Purple Heart. HEX triplet: 78, 16 and B2. RGB value is (120,22,178). Sum of RGB (Red+Green+Blue) = 120+22+178=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #7816B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7816B2 is #87E94D. Grayscale: #444444. Windows color (decimal): -8907086 or 11671160. OLE color: 11671160.
HSL color Cylindrical-coordinate representation of color #7816B2: hue angle of 277.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7816B2 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 22 | 178 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.30 |
| HSL | 277.69º | 0.78% | 0.39% | - |
| HSV(B) | 277.69º | 0.88% | 0.7% | - |
| XYZ | 16.07 | 7.78 | 42.77 | - |
| YUV | 69.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 178 | 0.33 | 0.88 | 0 | 0.30 | 277.69 | 0.78 | 0.39 |
| Hex | 78 | 16 | B2 | 21 | 58 | 0 | 1E | 116 | 4E | 27 |
| Octal | 170 | 26 | 262 | 41 | 130 | 0 | 36 | 426 | 116 | 47 |
| Binary | 1111000 | 10110 | 10110010 | 100001 | 1011000 | 0 | 11110 | 100010110 | 1001110 | 100111 |
Color Harmonies of #7816B2
Complementary color
Monochromatic Colors of #7816B2
Black with #7816B2
Text Example
Text Example
White with #7816B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7816B2; }
p { color: rgb(120,22,178); }
H1.HeaderClassName
{
color: #7816B2;
}
.AnyTagClassName
{
color: #7816B2;
}
</style>
background-color css
<style>
a { background-color: #7816B2; }
a { background-color: rgb(120,22,178); }
div.DivClassName
{
background-color: #7816B2;
}
.BgClassName
{
background-color: #7816B2;
}
</style>
border-color css
<style>
span { border-color: #7816B2; }
span { border-color: rgb(120,22,178); }
td.TdClassName
{
border-color: #7816B2;
}
.TagClassName
{
border-color: #7816B2;
}
</style>