Shades of Vivid Violet #7C19AB
Tints of Vivid Violet #7C19AB
RGB
CMYK
RGB Variations
Color information
#7C19AB (or 0x7C19AB) is known color: Vivid Violet. HEX triplet: 7C, 19 and AB. RGB value is (124,25,171). Sum of RGB (Red+Green+Blue) = 124+25+171=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C19AB is #83E654. Grayscale: #464646. Windows color (decimal): -8644181 or 11213180. OLE color: 11213180.
HSL color Cylindrical-coordinate representation of color #7C19AB: hue angle of 280.68º 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 #7C19AB is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 25 | 171 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.33 |
| HSL | 280.68º | 0.74% | 0.38% | - |
| HSV(B) | 280.68º | 0.85% | 0.67% | - |
| XYZ | 16.01 | 7.92 | 39.21 | - |
| YUV | 71.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 171 | 0.27 | 0.85 | 0 | 0.33 | 280.68 | 0.74 | 0.38 |
| Hex | 7C | 19 | AB | 1B | 55 | 0 | 21 | 119 | 4A | 26 |
| Octal | 174 | 31 | 253 | 33 | 125 | 0 | 41 | 431 | 112 | 46 |
| Binary | 1111100 | 11001 | 10101011 | 11011 | 1010101 | 0 | 100001 | 100011001 | 1001010 | 100110 |
Color Harmonies of #7C19AB
Complementary color
Monochromatic Colors of #7C19AB
Black with #7C19AB
Text Example
Text Example
White with #7C19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C19AB; }
p { color: rgb(124,25,171); }
H1.HeaderClassName
{
color: #7C19AB;
}
.AnyTagClassName
{
color: #7C19AB;
}
</style>
background-color css
<style>
a { background-color: #7C19AB; }
a { background-color: rgb(124,25,171); }
div.DivClassName
{
background-color: #7C19AB;
}
.BgClassName
{
background-color: #7C19AB;
}
</style>
border-color css
<style>
span { border-color: #7C19AB; }
span { border-color: rgb(124,25,171); }
td.TdClassName
{
border-color: #7C19AB;
}
.TagClassName
{
border-color: #7C19AB;
}
</style>