Shades of Vivid Violet #7B2993
Tints of Vivid Violet #7B2993
RGB
CMYK
RGB Variations
Color information
#7B2993 (or 0x7B2993) is known color: Vivid Violet. HEX triplet: 7B, 29 and 93. RGB value is (123,41,147). Sum of RGB (Red+Green+Blue) = 123+41+147=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B2993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2993 is #84D66C. Grayscale: #4D4D4D. Windows color (decimal): -8705645 or 9644411. OLE color: 9644411.
HSL color Cylindrical-coordinate representation of color #7B2993: hue angle of 286.42º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2993 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 41 | 147 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.42 |
| HSL | 286.42º | 0.56% | 0.37% | - |
| HSV(B) | 286.42º | 0.72% | 0.58% | - |
| XYZ | 14.23 | 7.9 | 28.38 | - |
| YUV | 77.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 147 | 0.16 | 0.72 | 0 | 0.42 | 286.42 | 0.56 | 0.37 |
| Hex | 7B | 29 | 93 | 10 | 48 | 0 | 2A | 11E | 38 | 25 |
| Octal | 173 | 51 | 223 | 20 | 110 | 0 | 52 | 436 | 70 | 45 |
| Binary | 1111011 | 101001 | 10010011 | 10000 | 1001000 | 0 | 101010 | 100011110 | 111000 | 100101 |
Color Harmonies of #7B2993
Complementary color
Monochromatic Colors of #7B2993
Black with #7B2993
Text Example
Text Example
White with #7B2993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2993; }
p { color: rgb(123,41,147); }
H1.HeaderClassName
{
color: #7B2993;
}
.AnyTagClassName
{
color: #7B2993;
}
</style>
background-color css
<style>
a { background-color: #7B2993; }
a { background-color: rgb(123,41,147); }
div.DivClassName
{
background-color: #7B2993;
}
.BgClassName
{
background-color: #7B2993;
}
</style>
border-color css
<style>
span { border-color: #7B2993; }
span { border-color: rgb(123,41,147); }
td.TdClassName
{
border-color: #7B2993;
}
.TagClassName
{
border-color: #7B2993;
}
</style>