Shades of Purple Heart #7712BA
Tints of Purple Heart #7712BA
RGB
CMYK
RGB Variations
Color information
#7712BA (or 0x7712BA) is known color: Purple Heart. HEX triplet: 77, 12 and BA. RGB value is (119,18,186). Sum of RGB (Red+Green+Blue) = 119+18+186=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 18 (7.42% from 255 or 5.57% 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 #7712BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712BA is #88ED45. Grayscale: #424242. Windows color (decimal): -8973638 or 12194423. OLE color: 12194423.
HSL color Cylindrical-coordinate representation of color #7712BA: hue angle of 276.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7712BA is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 18 | 186 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.27 |
| HSL | 276.07º | 0.82% | 0.4% | - |
| HSV(B) | 276.07º | 0.9% | 0.73% | - |
| XYZ | 16.69 | 7.9 | 47.1 | - |
| YUV | 67.35 | 194.96 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 186 | 0.36 | 0.90 | 0 | 0.27 | 276.07 | 0.82 | 0.4 |
| Hex | 77 | 12 | BA | 24 | 5A | 0 | 1B | 114 | 52 | 28 |
| Octal | 167 | 22 | 272 | 44 | 132 | 0 | 33 | 424 | 122 | 50 |
| Binary | 1110111 | 10010 | 10111010 | 100100 | 1011010 | 0 | 11011 | 100010100 | 1010010 | 101000 |
Color Harmonies of #7712BA
Complementary color
Monochromatic Colors of #7712BA
Black with #7712BA
Text Example
Text Example
White with #7712BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7712BA; }
p { color: rgb(119,18,186); }
H1.HeaderClassName
{
color: #7712BA;
}
.AnyTagClassName
{
color: #7712BA;
}
</style>
background-color css
<style>
a { background-color: #7712BA; }
a { background-color: rgb(119,18,186); }
div.DivClassName
{
background-color: #7712BA;
}
.BgClassName
{
background-color: #7712BA;
}
</style>
border-color css
<style>
span { border-color: #7712BA; }
span { border-color: rgb(119,18,186); }
td.TdClassName
{
border-color: #7712BA;
}
.TagClassName
{
border-color: #7712BA;
}
</style>