Shades of Vivid Violet #7B199C
Tints of Vivid Violet #7B199C
RGB
CMYK
RGB Variations
Color information
#7B199C (or 0x7B199C) is known color: Vivid Violet. HEX triplet: 7B, 19 and 9C. RGB value is (123,25,156). Sum of RGB (Red+Green+Blue) = 123+25+156=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B199C is #84E663. Grayscale: #444444. Windows color (decimal): -8709732 or 10230139. OLE color: 10230139.
HSL color Cylindrical-coordinate representation of color #7B199C: hue angle of 284.89º 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 #7B199C is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 25 | 156 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.39 |
| HSL | 284.89º | 0.72% | 0.35% | - |
| HSV(B) | 284.89º | 0.84% | 0.61% | - |
| XYZ | 14.52 | 7.31 | 32.1 | - |
| YUV | 69.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 156 | 0.21 | 0.84 | 0 | 0.39 | 284.89 | 0.72 | 0.35 |
| Hex | 7B | 19 | 9C | 15 | 54 | 0 | 27 | 11D | 48 | 23 |
| Octal | 173 | 31 | 234 | 25 | 124 | 0 | 47 | 435 | 110 | 43 |
| Binary | 1111011 | 11001 | 10011100 | 10101 | 1010100 | 0 | 100111 | 100011101 | 1001000 | 100011 |
Color Harmonies of #7B199C
Complementary color
Monochromatic Colors of #7B199C
Black with #7B199C
Text Example
Text Example
White with #7B199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B199C; }
p { color: rgb(123,25,156); }
H1.HeaderClassName
{
color: #7B199C;
}
.AnyTagClassName
{
color: #7B199C;
}
</style>
background-color css
<style>
a { background-color: #7B199C; }
a { background-color: rgb(123,25,156); }
div.DivClassName
{
background-color: #7B199C;
}
.BgClassName
{
background-color: #7B199C;
}
</style>
border-color css
<style>
span { border-color: #7B199C; }
span { border-color: rgb(123,25,156); }
td.TdClassName
{
border-color: #7B199C;
}
.TagClassName
{
border-color: #7B199C;
}
</style>