Shades of Vivid Violet #7B2998
Tints of Vivid Violet #7B2998
RGB
CMYK
RGB Variations
Color information
#7B2998 (or 0x7B2998) is known color: Vivid Violet. HEX triplet: 7B, 29 and 98. RGB value is (123,41,152). Sum of RGB (Red+Green+Blue) = 123+41+152=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B2998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2998 is #84D667. Grayscale: #4D4D4D. Windows color (decimal): -8705640 or 9972091. OLE color: 9972091.
HSL color Cylindrical-coordinate representation of color #7B2998: hue angle of 284.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2998 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 41 | 152 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.40 |
| HSL | 284.32º | 0.58% | 0.38% | - |
| HSV(B) | 284.32º | 0.73% | 0.6% | - |
| XYZ | 14.63 | 8.06 | 30.49 | - |
| YUV | 78.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 152 | 0.19 | 0.73 | 0 | 0.40 | 284.32 | 0.58 | 0.38 |
| Hex | 7B | 29 | 98 | 13 | 49 | 0 | 28 | 11C | 3A | 26 |
| Octal | 173 | 51 | 230 | 23 | 111 | 0 | 50 | 434 | 72 | 46 |
| Binary | 1111011 | 101001 | 10011000 | 10011 | 1001001 | 0 | 101000 | 100011100 | 111010 | 100110 |
Color Harmonies of #7B2998
Complementary color
Monochromatic Colors of #7B2998
Black with #7B2998
Text Example
Text Example
White with #7B2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2998; }
p { color: rgb(123,41,152); }
H1.HeaderClassName
{
color: #7B2998;
}
.AnyTagClassName
{
color: #7B2998;
}
</style>
background-color css
<style>
a { background-color: #7B2998; }
a { background-color: rgb(123,41,152); }
div.DivClassName
{
background-color: #7B2998;
}
.BgClassName
{
background-color: #7B2998;
}
</style>
border-color css
<style>
span { border-color: #7B2998; }
span { border-color: rgb(123,41,152); }
td.TdClassName
{
border-color: #7B2998;
}
.TagClassName
{
border-color: #7B2998;
}
</style>