Shades of Purple Heart #7811BA
Tints of Purple Heart #7811BA
RGB
CMYK
RGB Variations
Color information
#7811BA (or 0x7811BA) is known color: Purple Heart. HEX triplet: 78, 11 and BA. RGB value is (120,17,186). Sum of RGB (Red+Green+Blue) = 120+17+186=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7811BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7811BA is #87EE45. Grayscale: #424242. Windows color (decimal): -8908358 or 12194168. OLE color: 12194168.
HSL color Cylindrical-coordinate representation of color #7811BA: hue angle of 276.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7811BA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 17 | 186 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.27 |
| HSL | 276.57º | 0.83% | 0.4% | - |
| HSV(B) | 276.57º | 0.91% | 0.73% | - |
| XYZ | 16.81 | 7.94 | 47.1 | - |
| YUV | 67.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 186 | 0.35 | 0.91 | 0 | 0.27 | 276.57 | 0.83 | 0.4 |
| Hex | 78 | 11 | BA | 23 | 5B | 0 | 1B | 115 | 53 | 28 |
| Octal | 170 | 21 | 272 | 43 | 133 | 0 | 33 | 425 | 123 | 50 |
| Binary | 1111000 | 10001 | 10111010 | 100011 | 1011011 | 0 | 11011 | 100010101 | 1010011 | 101000 |
Color Harmonies of #7811BA
Complementary color
Monochromatic Colors of #7811BA
Black with #7811BA
Text Example
Text Example
White with #7811BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7811BA; }
p { color: rgb(120,17,186); }
H1.HeaderClassName
{
color: #7811BA;
}
.AnyTagClassName
{
color: #7811BA;
}
</style>
background-color css
<style>
a { background-color: #7811BA; }
a { background-color: rgb(120,17,186); }
div.DivClassName
{
background-color: #7811BA;
}
.BgClassName
{
background-color: #7811BA;
}
</style>
border-color css
<style>
span { border-color: #7811BA; }
span { border-color: rgb(120,17,186); }
td.TdClassName
{
border-color: #7811BA;
}
.TagClassName
{
border-color: #7811BA;
}
</style>