Shades of Vivid Violet #7719A1
Tints of Vivid Violet #7719A1
RGB
CMYK
RGB Variations
Color information
#7719A1 (or 0x7719A1) is known color: Vivid Violet. HEX triplet: 77, 19 and A1. RGB value is (119,25,161). Sum of RGB (Red+Green+Blue) = 119+25+161=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #7719A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7719A1 is #88E65E. Grayscale: #444444. Windows color (decimal): -8971871 or 10557815. OLE color: 10557815.
HSL color Cylindrical-coordinate representation of color #7719A1: hue angle of 281.47º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7719A1 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 25 | 161 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.37 |
| HSL | 281.47º | 0.73% | 0.36% | - |
| HSV(B) | 281.47º | 0.84% | 0.63% | - |
| XYZ | 14.39 | 7.19 | 34.35 | - |
| YUV | 68.61 | 180.14 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 161 | 0.26 | 0.84 | 0 | 0.37 | 281.47 | 0.73 | 0.36 |
| Hex | 77 | 19 | A1 | 1A | 54 | 0 | 25 | 119 | 49 | 24 |
| Octal | 167 | 31 | 241 | 32 | 124 | 0 | 45 | 431 | 111 | 44 |
| Binary | 1110111 | 11001 | 10100001 | 11010 | 1010100 | 0 | 100101 | 100011001 | 1001001 | 100100 |
Color Harmonies of #7719A1
Complementary color
Monochromatic Colors of #7719A1
Black with #7719A1
Text Example
Text Example
White with #7719A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7719A1; }
p { color: rgb(119,25,161); }
H1.HeaderClassName
{
color: #7719A1;
}
.AnyTagClassName
{
color: #7719A1;
}
</style>
background-color css
<style>
a { background-color: #7719A1; }
a { background-color: rgb(119,25,161); }
div.DivClassName
{
background-color: #7719A1;
}
.BgClassName
{
background-color: #7719A1;
}
</style>
border-color css
<style>
span { border-color: #7719A1; }
span { border-color: rgb(119,25,161); }
td.TdClassName
{
border-color: #7719A1;
}
.TagClassName
{
border-color: #7719A1;
}
</style>