Shades of Vivid Violet #7B3995
Tints of Vivid Violet #7B3995
RGB
CMYK
RGB Variations
Color information
#7B3995 (or 0x7B3995) is known color: Vivid Violet. HEX triplet: 7B, 39 and 95. RGB value is (123,57,149). Sum of RGB (Red+Green+Blue) = 123+57+149=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B3995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3995 is #84C66A. Grayscale: #565656. Windows color (decimal): -8701547 or 9779579. OLE color: 9779579.
HSL color Cylindrical-coordinate representation of color #7B3995: hue angle of 283.04º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3995 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 57 | 149 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.42 |
| HSL | 283.04º | 0.45% | 0.4% | - |
| HSV(B) | 283.04º | 0.62% | 0.58% | - |
| XYZ | 15.06 | 9.31 | 29.44 | - |
| YUV | 87.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 149 | 0.17 | 0.62 | 0 | 0.42 | 283.04 | 0.45 | 0.4 |
| Hex | 7B | 39 | 95 | 11 | 3E | 0 | 2A | 11B | 2D | 28 |
| Octal | 173 | 71 | 225 | 21 | 76 | 0 | 52 | 433 | 55 | 50 |
| Binary | 1111011 | 111001 | 10010101 | 10001 | 111110 | 0 | 101010 | 100011011 | 101101 | 101000 |
Color Harmonies of #7B3995
Complementary color
Monochromatic Colors of #7B3995
Black with #7B3995
Text Example
Text Example
White with #7B3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3995; }
p { color: rgb(123,57,149); }
H1.HeaderClassName
{
color: #7B3995;
}
.AnyTagClassName
{
color: #7B3995;
}
</style>
background-color css
<style>
a { background-color: #7B3995; }
a { background-color: rgb(123,57,149); }
div.DivClassName
{
background-color: #7B3995;
}
.BgClassName
{
background-color: #7B3995;
}
</style>
border-color css
<style>
span { border-color: #7B3995; }
span { border-color: rgb(123,57,149); }
td.TdClassName
{
border-color: #7B3995;
}
.TagClassName
{
border-color: #7B3995;
}
</style>