Shades of Purple Heart #7811AD
Tints of Purple Heart #7811AD
RGB
CMYK
RGB Variations
Color information
#7811AD (or 0x7811AD) is known color: Purple Heart. HEX triplet: 78, 11 and AD. RGB value is (120,17,173). Sum of RGB (Red+Green+Blue) = 120+17+173=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #7811AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7811AD is #87EE52. Grayscale: #414141. Windows color (decimal): -8908371 or 11342200. OLE color: 11342200.
HSL color Cylindrical-coordinate representation of color #7811AD: hue angle of 279.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7811AD is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 17 | 173 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.32 |
| HSL | 279.62º | 0.82% | 0.37% | - |
| HSV(B) | 279.62º | 0.9% | 0.68% | - |
| XYZ | 15.49 | 7.41 | 40.15 | - |
| YUV | 65.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 173 | 0.31 | 0.90 | 0 | 0.32 | 279.62 | 0.82 | 0.37 |
| Hex | 78 | 11 | AD | 1F | 5A | 0 | 20 | 118 | 52 | 25 |
| Octal | 170 | 21 | 255 | 37 | 132 | 0 | 40 | 430 | 122 | 45 |
| Binary | 1111000 | 10001 | 10101101 | 11111 | 1011010 | 0 | 100000 | 100011000 | 1010010 | 100101 |
Color Harmonies of #7811AD
Complementary color
Monochromatic Colors of #7811AD
Black with #7811AD
Text Example
Text Example
White with #7811AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7811AD; }
p { color: rgb(120,17,173); }
H1.HeaderClassName
{
color: #7811AD;
}
.AnyTagClassName
{
color: #7811AD;
}
</style>
background-color css
<style>
a { background-color: #7811AD; }
a { background-color: rgb(120,17,173); }
div.DivClassName
{
background-color: #7811AD;
}
.BgClassName
{
background-color: #7811AD;
}
</style>
border-color css
<style>
span { border-color: #7811AD; }
span { border-color: rgb(120,17,173); }
td.TdClassName
{
border-color: #7811AD;
}
.TagClassName
{
border-color: #7811AD;
}
</style>