Shades of Purple Heart #7718BA
Tints of Purple Heart #7718BA
RGB
CMYK
RGB Variations
Color information
#7718BA (or 0x7718BA) is known color: Purple Heart. HEX triplet: 77, 18 and BA. RGB value is (119,24,186). Sum of RGB (Red+Green+Blue) = 119+24+186=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #7718BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7718BA is #88E745. Grayscale: #464646. Windows color (decimal): -8972102 or 12195959. OLE color: 12195959.
HSL color Cylindrical-coordinate representation of color #7718BA: hue angle of 275.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7718BA is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 24 | 186 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.27 |
| HSL | 275.19º | 0.77% | 0.41% | - |
| HSV(B) | 275.19º | 0.87% | 0.73% | - |
| XYZ | 16.8 | 8.12 | 47.14 | - |
| YUV | 70.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 186 | 0.36 | 0.87 | 0 | 0.27 | 275.19 | 0.77 | 0.41 |
| Hex | 77 | 18 | BA | 24 | 57 | 0 | 1B | 113 | 4D | 29 |
| Octal | 167 | 30 | 272 | 44 | 127 | 0 | 33 | 423 | 115 | 51 |
| Binary | 1110111 | 11000 | 10111010 | 100100 | 1010111 | 0 | 11011 | 100010011 | 1001101 | 101001 |
Color Harmonies of #7718BA
Complementary color
Monochromatic Colors of #7718BA
Black with #7718BA
Text Example
Text Example
White with #7718BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718BA; }
p { color: rgb(119,24,186); }
H1.HeaderClassName
{
color: #7718BA;
}
.AnyTagClassName
{
color: #7718BA;
}
</style>
background-color css
<style>
a { background-color: #7718BA; }
a { background-color: rgb(119,24,186); }
div.DivClassName
{
background-color: #7718BA;
}
.BgClassName
{
background-color: #7718BA;
}
</style>
border-color css
<style>
span { border-color: #7718BA; }
span { border-color: rgb(119,24,186); }
td.TdClassName
{
border-color: #7718BA;
}
.TagClassName
{
border-color: #7718BA;
}
</style>