Shades of Vivid Violet #7D19AB
Tints of Vivid Violet #7D19AB
RGB
CMYK
RGB Variations
Color information
#7D19AB (or 0x7D19AB) is known color: Vivid Violet. HEX triplet: 7D, 19 and AB. RGB value is (125,25,171). Sum of RGB (Red+Green+Blue) = 125+25+171=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D19AB is #82E654. Grayscale: #474747. Windows color (decimal): -8578645 or 11213181. OLE color: 11213181.
HSL color Cylindrical-coordinate representation of color #7D19AB: hue angle of 281.1º 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 #7D19AB is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 25 | 171 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.33 |
| HSL | 281.1º | 0.74% | 0.38% | - |
| HSV(B) | 281.1º | 0.85% | 0.67% | - |
| XYZ | 16.16 | 8 | 39.22 | - |
| YUV | 71.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 171 | 0.27 | 0.85 | 0 | 0.33 | 281.1 | 0.74 | 0.38 |
| Hex | 7D | 19 | AB | 1B | 55 | 0 | 21 | 119 | 4A | 26 |
| Octal | 175 | 31 | 253 | 33 | 125 | 0 | 41 | 431 | 112 | 46 |
| Binary | 1111101 | 11001 | 10101011 | 11011 | 1010101 | 0 | 100001 | 100011001 | 1001010 | 100110 |
Color Harmonies of #7D19AB
Complementary color
Monochromatic Colors of #7D19AB
Black with #7D19AB
Text Example
Text Example
White with #7D19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D19AB; }
p { color: rgb(125,25,171); }
H1.HeaderClassName
{
color: #7D19AB;
}
.AnyTagClassName
{
color: #7D19AB;
}
</style>
background-color css
<style>
a { background-color: #7D19AB; }
a { background-color: rgb(125,25,171); }
div.DivClassName
{
background-color: #7D19AB;
}
.BgClassName
{
background-color: #7D19AB;
}
</style>
border-color css
<style>
span { border-color: #7D19AB; }
span { border-color: rgb(125,25,171); }
td.TdClassName
{
border-color: #7D19AB;
}
.TagClassName
{
border-color: #7D19AB;
}
</style>