Shades of Vivid Violet #7B2B99
Tints of Vivid Violet #7B2B99
RGB
CMYK
RGB Variations
Color information
#7B2B99 (or 0x7B2B99) is known color: Vivid Violet. HEX triplet: 7B, 2B and 99. RGB value is (123,43,153). Sum of RGB (Red+Green+Blue) = 123+43+153=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B2B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2B99 is #84D466. Grayscale: #4F4F4F. Windows color (decimal): -8705127 or 10038139. OLE color: 10038139.
HSL color Cylindrical-coordinate representation of color #7B2B99: hue angle of 283.64º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2B99 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 43 | 153 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.4 |
| HSL | 283.64º | 0.56% | 0.38% | - |
| HSV(B) | 283.64º | 0.72% | 0.6% | - |
| XYZ | 14.78 | 8.24 | 30.95 | - |
| YUV | 79.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 153 | 0.20 | 0.72 | 0 | 0.4 | 283.64 | 0.56 | 0.38 |
| Hex | 7B | 2B | 99 | 14 | 48 | 0 | 28 | 11C | 38 | 26 |
| Octal | 173 | 53 | 231 | 24 | 110 | 0 | 50 | 434 | 70 | 46 |
| Binary | 1111011 | 101011 | 10011001 | 10100 | 1001000 | 0 | 101000 | 100011100 | 111000 | 100110 |
Color Harmonies of #7B2B99
Complementary color
Monochromatic Colors of #7B2B99
Black with #7B2B99
Text Example
Text Example
White with #7B2B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B99; }
p { color: rgb(123,43,153); }
H1.HeaderClassName
{
color: #7B2B99;
}
.AnyTagClassName
{
color: #7B2B99;
}
</style>
background-color css
<style>
a { background-color: #7B2B99; }
a { background-color: rgb(123,43,153); }
div.DivClassName
{
background-color: #7B2B99;
}
.BgClassName
{
background-color: #7B2B99;
}
</style>
border-color css
<style>
span { border-color: #7B2B99; }
span { border-color: rgb(123,43,153); }
td.TdClassName
{
border-color: #7B2B99;
}
.TagClassName
{
border-color: #7B2B99;
}
</style>