Shades of Vivid Violet #7B3B9C
Tints of Vivid Violet #7B3B9C
RGB
CMYK
RGB Variations
Color information
#7B3B9C (or 0x7B3B9C) is known color: Vivid Violet. HEX triplet: 7B, 3B and 9C. RGB value is (123,59,156). Sum of RGB (Red+Green+Blue) = 123+59+156=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B3B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3B9C is #84C463. Grayscale: #585858. Windows color (decimal): -8701028 or 10238843. OLE color: 10238843.
HSL color Cylindrical-coordinate representation of color #7B3B9C: hue angle of 279.59º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3B9C is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 59 | 156 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.39 |
| HSL | 279.59º | 0.45% | 0.42% | - |
| HSV(B) | 279.59º | 0.62% | 0.61% | - |
| XYZ | 15.73 | 9.74 | 32.5 | - |
| YUV | 89.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 156 | 0.21 | 0.62 | 0 | 0.39 | 279.59 | 0.45 | 0.42 |
| Hex | 7B | 3B | 9C | 15 | 3E | 0 | 27 | 118 | 2D | 2A |
| Octal | 173 | 73 | 234 | 25 | 76 | 0 | 47 | 430 | 55 | 52 |
| Binary | 1111011 | 111011 | 10011100 | 10101 | 111110 | 0 | 100111 | 100011000 | 101101 | 101010 |
Color Harmonies of #7B3B9C
Complementary color
Monochromatic Colors of #7B3B9C
Black with #7B3B9C
Text Example
Text Example
White with #7B3B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3B9C; }
p { color: rgb(123,59,156); }
H1.HeaderClassName
{
color: #7B3B9C;
}
.AnyTagClassName
{
color: #7B3B9C;
}
</style>
background-color css
<style>
a { background-color: #7B3B9C; }
a { background-color: rgb(123,59,156); }
div.DivClassName
{
background-color: #7B3B9C;
}
.BgClassName
{
background-color: #7B3B9C;
}
</style>
border-color css
<style>
span { border-color: #7B3B9C; }
span { border-color: rgb(123,59,156); }
td.TdClassName
{
border-color: #7B3B9C;
}
.TagClassName
{
border-color: #7B3B9C;
}
</style>