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