Shades of Vivid Violet #7B3096
Tints of Vivid Violet #7B3096
RGB
CMYK
RGB Variations
Color information
#7B3096 (or 0x7B3096) is known color: Vivid Violet. HEX triplet: 7B, 30 and 96. RGB value is (123,48,150). Sum of RGB (Red+Green+Blue) = 123+48+150=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B3096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3096 is #84CF69. Grayscale: #515151. Windows color (decimal): -8703850 or 9842811. OLE color: 9842811.
HSL color Cylindrical-coordinate representation of color #7B3096: hue angle of 284.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B3096 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 48 | 150 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.41 |
| HSL | 284.12º | 0.52% | 0.39% | - |
| HSV(B) | 284.12º | 0.68% | 0.59% | - |
| XYZ | 14.73 | 8.53 | 29.72 | - |
| YUV | 82.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 48 | 150 | 0.18 | 0.68 | 0 | 0.41 | 284.12 | 0.52 | 0.39 |
| Hex | 7B | 30 | 96 | 12 | 44 | 0 | 29 | 11C | 34 | 27 |
| Octal | 173 | 60 | 226 | 22 | 104 | 0 | 51 | 434 | 64 | 47 |
| Binary | 1111011 | 110000 | 10010110 | 10010 | 1000100 | 0 | 101001 | 100011100 | 110100 | 100111 |
Color Harmonies of #7B3096
Complementary color
Monochromatic Colors of #7B3096
Black with #7B3096
Text Example
Text Example
White with #7B3096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3096; }
p { color: rgb(123,48,150); }
H1.HeaderClassName
{
color: #7B3096;
}
.AnyTagClassName
{
color: #7B3096;
}
</style>
background-color css
<style>
a { background-color: #7B3096; }
a { background-color: rgb(123,48,150); }
div.DivClassName
{
background-color: #7B3096;
}
.BgClassName
{
background-color: #7B3096;
}
</style>
border-color css
<style>
span { border-color: #7B3096; }
span { border-color: rgb(123,48,150); }
td.TdClassName
{
border-color: #7B3096;
}
.TagClassName
{
border-color: #7B3096;
}
</style>