Shades of Vivid Violet #7E199C
Tints of Vivid Violet #7E199C
RGB
CMYK
RGB Variations
Color information
#7E199C (or 0x7E199C) is known color: Vivid Violet. HEX triplet: 7E, 19 and 9C. RGB value is (126,25,156). Sum of RGB (Red+Green+Blue) = 126+25+156=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E199C is #81E663. Grayscale: #454545. Windows color (decimal): -8513124 or 10230142. OLE color: 10230142.
HSL color Cylindrical-coordinate representation of color #7E199C: hue angle of 286.26º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E199C is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 25 | 156 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.39 |
| HSL | 286.26º | 0.72% | 0.35% | - |
| HSV(B) | 286.26º | 0.84% | 0.61% | - |
| XYZ | 14.95 | 7.53 | 32.12 | - |
| YUV | 70.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 156 | 0.19 | 0.84 | 0 | 0.39 | 286.26 | 0.72 | 0.35 |
| Hex | 7E | 19 | 9C | 13 | 54 | 0 | 27 | 11E | 48 | 23 |
| Octal | 176 | 31 | 234 | 23 | 124 | 0 | 47 | 436 | 110 | 43 |
| Binary | 1111110 | 11001 | 10011100 | 10011 | 1010100 | 0 | 100111 | 100011110 | 1001000 | 100011 |
Color Harmonies of #7E199C
Complementary color
Monochromatic Colors of #7E199C
Black with #7E199C
Text Example
Text Example
White with #7E199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E199C; }
p { color: rgb(126,25,156); }
H1.HeaderClassName
{
color: #7E199C;
}
.AnyTagClassName
{
color: #7E199C;
}
</style>
background-color css
<style>
a { background-color: #7E199C; }
a { background-color: rgb(126,25,156); }
div.DivClassName
{
background-color: #7E199C;
}
.BgClassName
{
background-color: #7E199C;
}
</style>
border-color css
<style>
span { border-color: #7E199C; }
span { border-color: rgb(126,25,156); }
td.TdClassName
{
border-color: #7E199C;
}
.TagClassName
{
border-color: #7E199C;
}
</style>