Shades of Purple Heart #7811AB
Tints of Purple Heart #7811AB
RGB
CMYK
RGB Variations
Color information
#7811AB (or 0x7811AB) is known color: Purple Heart. HEX triplet: 78, 11 and AB. RGB value is (120,17,171). Sum of RGB (Red+Green+Blue) = 120+17+171=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #7811AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7811AB is #87EE54. Grayscale: #404040. Windows color (decimal): -8908373 or 11211128. OLE color: 11211128.
HSL color Cylindrical-coordinate representation of color #7811AB: hue angle of 280.13º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7811AB is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 17 | 171 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.33 |
| HSL | 280.13º | 0.82% | 0.37% | - |
| HSV(B) | 280.13º | 0.9% | 0.67% | - |
| XYZ | 15.3 | 7.33 | 39.14 | - |
| YUV | 65.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 171 | 0.30 | 0.90 | 0 | 0.33 | 280.13 | 0.82 | 0.37 |
| Hex | 78 | 11 | AB | 1E | 5A | 0 | 21 | 118 | 52 | 25 |
| Octal | 170 | 21 | 253 | 36 | 132 | 0 | 41 | 430 | 122 | 45 |
| Binary | 1111000 | 10001 | 10101011 | 11110 | 1011010 | 0 | 100001 | 100011000 | 1010010 | 100101 |
Color Harmonies of #7811AB
Complementary color
Monochromatic Colors of #7811AB
Black with #7811AB
Text Example
Text Example
White with #7811AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7811AB; }
p { color: rgb(120,17,171); }
H1.HeaderClassName
{
color: #7811AB;
}
.AnyTagClassName
{
color: #7811AB;
}
</style>
background-color css
<style>
a { background-color: #7811AB; }
a { background-color: rgb(120,17,171); }
div.DivClassName
{
background-color: #7811AB;
}
.BgClassName
{
background-color: #7811AB;
}
</style>
border-color css
<style>
span { border-color: #7811AB; }
span { border-color: rgb(120,17,171); }
td.TdClassName
{
border-color: #7811AB;
}
.TagClassName
{
border-color: #7811AB;
}
</style>