Shades of Vivid Violet #7B2D95
Tints of Vivid Violet #7B2D95
RGB
CMYK
RGB Variations
Color information
#7B2D95 (or 0x7B2D95) is known color: Vivid Violet. HEX triplet: 7B, 2D and 95. RGB value is (123,45,149). Sum of RGB (Red+Green+Blue) = 123+45+149=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B2D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2D95 is #84D26A. Grayscale: #4F4F4F. Windows color (decimal): -8704619 or 9776507. OLE color: 9776507.
HSL color Cylindrical-coordinate representation of color #7B2D95: hue angle of 285º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B2D95 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 45 | 149 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.42 |
| HSL | 285º | 0.54% | 0.38% | - |
| HSV(B) | 285º | 0.7% | 0.58% | - |
| XYZ | 14.53 | 8.26 | 29.26 | - |
| YUV | 80.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 149 | 0.17 | 0.70 | 0 | 0.42 | 285 | 0.54 | 0.38 |
| Hex | 7B | 2D | 95 | 11 | 46 | 0 | 2A | 11D | 36 | 26 |
| Octal | 173 | 55 | 225 | 21 | 106 | 0 | 52 | 435 | 66 | 46 |
| Binary | 1111011 | 101101 | 10010101 | 10001 | 1000110 | 0 | 101010 | 100011101 | 110110 | 100110 |
Color Harmonies of #7B2D95
Complementary color
Monochromatic Colors of #7B2D95
Black with #7B2D95
Text Example
Text Example
White with #7B2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2D95; }
p { color: rgb(123,45,149); }
H1.HeaderClassName
{
color: #7B2D95;
}
.AnyTagClassName
{
color: #7B2D95;
}
</style>
background-color css
<style>
a { background-color: #7B2D95; }
a { background-color: rgb(123,45,149); }
div.DivClassName
{
background-color: #7B2D95;
}
.BgClassName
{
background-color: #7B2D95;
}
</style>
border-color css
<style>
span { border-color: #7B2D95; }
span { border-color: rgb(123,45,149); }
td.TdClassName
{
border-color: #7B2D95;
}
.TagClassName
{
border-color: #7B2D95;
}
</style>