Shades of Vivid Violet #7B1792
Tints of Vivid Violet #7B1792
RGB
CMYK
RGB Variations
Color information
#7B1792 (or 0x7B1792) is known color: Vivid Violet. HEX triplet: 7B, 17 and 92. RGB value is (123,23,146). Sum of RGB (Red+Green+Blue) = 123+23+146=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B1792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1792 is #84E86D. Grayscale: #424242. Windows color (decimal): -8710254 or 9574267. OLE color: 9574267.
HSL color Cylindrical-coordinate representation of color #7B1792: hue angle of 288.78º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1792 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 23 | 146 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.43 |
| HSL | 288.78º | 0.73% | 0.33% | - |
| HSV(B) | 288.78º | 0.84% | 0.57% | - |
| XYZ | 13.66 | 6.9 | 27.81 | - |
| YUV | 66.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 146 | 0.16 | 0.84 | 0 | 0.43 | 288.78 | 0.73 | 0.33 |
| Hex | 7B | 17 | 92 | 10 | 54 | 0 | 2B | 121 | 49 | 21 |
| Octal | 173 | 27 | 222 | 20 | 124 | 0 | 53 | 441 | 111 | 41 |
| Binary | 1111011 | 10111 | 10010010 | 10000 | 1010100 | 0 | 101011 | 100100001 | 1001001 | 100001 |
Color Harmonies of #7B1792
Complementary color
Monochromatic Colors of #7B1792
Black with #7B1792
Text Example
Text Example
White with #7B1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1792; }
p { color: rgb(123,23,146); }
H1.HeaderClassName
{
color: #7B1792;
}
.AnyTagClassName
{
color: #7B1792;
}
</style>
background-color css
<style>
a { background-color: #7B1792; }
a { background-color: rgb(123,23,146); }
div.DivClassName
{
background-color: #7B1792;
}
.BgClassName
{
background-color: #7B1792;
}
</style>
border-color css
<style>
span { border-color: #7B1792; }
span { border-color: rgb(123,23,146); }
td.TdClassName
{
border-color: #7B1792;
}
.TagClassName
{
border-color: #7B1792;
}
</style>