Shades of Vivid Violet #7A19AB
Tints of Vivid Violet #7A19AB
RGB
CMYK
RGB Variations
Color information
#7A19AB (or 0x7A19AB) is known color: Vivid Violet. HEX triplet: 7A, 19 and AB. RGB value is (122,25,171). Sum of RGB (Red+Green+Blue) = 122+25+171=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A19AB is #85E654. Grayscale: #464646. Windows color (decimal): -8775253 or 11213178. OLE color: 11213178.
HSL color Cylindrical-coordinate representation of color #7A19AB: hue angle of 279.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A19AB is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 25 | 171 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.33 |
| HSL | 279.86º | 0.74% | 0.38% | - |
| HSV(B) | 279.86º | 0.85% | 0.67% | - |
| XYZ | 15.72 | 7.77 | 39.2 | - |
| YUV | 70.65 | 184.64 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 171 | 0.29 | 0.85 | 0 | 0.33 | 279.86 | 0.74 | 0.38 |
| Hex | 7A | 19 | AB | 1D | 55 | 0 | 21 | 118 | 4A | 26 |
| Octal | 172 | 31 | 253 | 35 | 125 | 0 | 41 | 430 | 112 | 46 |
| Binary | 1111010 | 11001 | 10101011 | 11101 | 1010101 | 0 | 100001 | 100011000 | 1001010 | 100110 |
Color Harmonies of #7A19AB
Complementary color
Monochromatic Colors of #7A19AB
Black with #7A19AB
Text Example
Text Example
White with #7A19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19AB; }
p { color: rgb(122,25,171); }
H1.HeaderClassName
{
color: #7A19AB;
}
.AnyTagClassName
{
color: #7A19AB;
}
</style>
background-color css
<style>
a { background-color: #7A19AB; }
a { background-color: rgb(122,25,171); }
div.DivClassName
{
background-color: #7A19AB;
}
.BgClassName
{
background-color: #7A19AB;
}
</style>
border-color css
<style>
span { border-color: #7A19AB; }
span { border-color: rgb(122,25,171); }
td.TdClassName
{
border-color: #7A19AB;
}
.TagClassName
{
border-color: #7A19AB;
}
</style>