Shades of Purple Heart #7A19BB
Tints of Purple Heart #7A19BB
RGB
CMYK
RGB Variations
Color information
#7A19BB (or 0x7A19BB) is known color: Purple Heart. HEX triplet: 7A, 19 and BB. RGB value is (122,25,187). Sum of RGB (Red+Green+Blue) = 122+25+187=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A19BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A19BB is #85E644. Grayscale: #474747. Windows color (decimal): -8775237 or 12261754. OLE color: 12261754.
HSL color Cylindrical-coordinate representation of color #7A19BB: hue angle of 275.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A19BB is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 25 | 187 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.27 |
| HSL | 275.93º | 0.76% | 0.42% | - |
| HSV(B) | 275.93º | 0.87% | 0.73% | - |
| XYZ | 17.34 | 8.42 | 47.72 | - |
| YUV | 72.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 187 | 0.35 | 0.87 | 0 | 0.27 | 275.93 | 0.76 | 0.42 |
| Hex | 7A | 19 | BB | 23 | 57 | 0 | 1B | 114 | 4C | 2A |
| Octal | 172 | 31 | 273 | 43 | 127 | 0 | 33 | 424 | 114 | 52 |
| Binary | 1111010 | 11001 | 10111011 | 100011 | 1010111 | 0 | 11011 | 100010100 | 1001100 | 101010 |
Color Harmonies of #7A19BB
Complementary color
Monochromatic Colors of #7A19BB
Black with #7A19BB
Text Example
Text Example
White with #7A19BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19BB; }
p { color: rgb(122,25,187); }
H1.HeaderClassName
{
color: #7A19BB;
}
.AnyTagClassName
{
color: #7A19BB;
}
</style>
background-color css
<style>
a { background-color: #7A19BB; }
a { background-color: rgb(122,25,187); }
div.DivClassName
{
background-color: #7A19BB;
}
.BgClassName
{
background-color: #7A19BB;
}
</style>
border-color css
<style>
span { border-color: #7A19BB; }
span { border-color: rgb(122,25,187); }
td.TdClassName
{
border-color: #7A19BB;
}
.TagClassName
{
border-color: #7A19BB;
}
</style>