Shades of Purple Heart #7A19B7
Tints of Purple Heart #7A19B7
RGB
CMYK
RGB Variations
Color information
#7A19B7 (or 0x7A19B7) is known color: Purple Heart. HEX triplet: 7A, 19 and B7. RGB value is (122,25,183). Sum of RGB (Red+Green+Blue) = 122+25+183=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A19B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A19B7 is #85E648. Grayscale: #474747. Windows color (decimal): -8775241 or 11999610. OLE color: 11999610.
HSL color Cylindrical-coordinate representation of color #7A19B7: hue angle of 276.84º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A19B7 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 25 | 183 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.28 |
| HSL | 276.84º | 0.76% | 0.41% | - |
| HSV(B) | 276.84º | 0.86% | 0.72% | - |
| XYZ | 16.92 | 8.25 | 45.5 | - |
| YUV | 72.02 | 190.64 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 183 | 0.33 | 0.86 | 0 | 0.28 | 276.84 | 0.76 | 0.41 |
| Hex | 7A | 19 | B7 | 21 | 56 | 0 | 1C | 115 | 4C | 29 |
| Octal | 172 | 31 | 267 | 41 | 126 | 0 | 34 | 425 | 114 | 51 |
| Binary | 1111010 | 11001 | 10110111 | 100001 | 1010110 | 0 | 11100 | 100010101 | 1001100 | 101001 |
Color Harmonies of #7A19B7
Complementary color
Monochromatic Colors of #7A19B7
Black with #7A19B7
Text Example
Text Example
White with #7A19B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19B7; }
p { color: rgb(122,25,183); }
H1.HeaderClassName
{
color: #7A19B7;
}
.AnyTagClassName
{
color: #7A19B7;
}
</style>
background-color css
<style>
a { background-color: #7A19B7; }
a { background-color: rgb(122,25,183); }
div.DivClassName
{
background-color: #7A19B7;
}
.BgClassName
{
background-color: #7A19B7;
}
</style>
border-color css
<style>
span { border-color: #7A19B7; }
span { border-color: rgb(122,25,183); }
td.TdClassName
{
border-color: #7A19B7;
}
.TagClassName
{
border-color: #7A19B7;
}
</style>