Shades of Purple Heart #7820AB
Tints of Purple Heart #7820AB
RGB
CMYK
RGB Variations
Color information
#7820AB (or 0x7820AB) is known color: Purple Heart. HEX triplet: 78, 20 and AB. RGB value is (120,32,171). Sum of RGB (Red+Green+Blue) = 120+32+171=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #7820AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7820AB is #87DF54. Grayscale: #494949. Windows color (decimal): -8904533 or 11214968. OLE color: 11214968.
HSL color Cylindrical-coordinate representation of color #7820AB: hue angle of 277.99º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7820AB is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 32 | 171 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.33 |
| HSL | 277.99º | 0.68% | 0.4% | - |
| HSV(B) | 277.99º | 0.81% | 0.67% | - |
| XYZ | 15.61 | 7.97 | 39.24 | - |
| YUV | 74.16 | 182.65 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 171 | 0.30 | 0.81 | 0 | 0.33 | 277.99 | 0.68 | 0.4 |
| Hex | 78 | 20 | AB | 1E | 51 | 0 | 21 | 116 | 44 | 28 |
| Octal | 170 | 40 | 253 | 36 | 121 | 0 | 41 | 426 | 104 | 50 |
| Binary | 1111000 | 100000 | 10101011 | 11110 | 1010001 | 0 | 100001 | 100010110 | 1000100 | 101000 |
Color Harmonies of #7820AB
Complementary color
Monochromatic Colors of #7820AB
Black with #7820AB
Text Example
Text Example
White with #7820AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7820AB; }
p { color: rgb(120,32,171); }
H1.HeaderClassName
{
color: #7820AB;
}
.AnyTagClassName
{
color: #7820AB;
}
</style>
background-color css
<style>
a { background-color: #7820AB; }
a { background-color: rgb(120,32,171); }
div.DivClassName
{
background-color: #7820AB;
}
.BgClassName
{
background-color: #7820AB;
}
</style>
border-color css
<style>
span { border-color: #7820AB; }
span { border-color: rgb(120,32,171); }
td.TdClassName
{
border-color: #7820AB;
}
.TagClassName
{
border-color: #7820AB;
}
</style>