Shades of Vivid Violet #7B2B98
Tints of Vivid Violet #7B2B98
RGB
CMYK
RGB Variations
Color information
#7B2B98 (or 0x7B2B98) is known color: Vivid Violet. HEX triplet: 7B, 2B and 98. RGB value is (123,43,152). Sum of RGB (Red+Green+Blue) = 123+43+152=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B2B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2B98 is #84D467. Grayscale: #4E4E4E. Windows color (decimal): -8705128 or 9972603. OLE color: 9972603.
HSL color Cylindrical-coordinate representation of color #7B2B98: hue angle of 284.04º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2B98 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 43 | 152 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.40 |
| HSL | 284.04º | 0.56% | 0.38% | - |
| HSV(B) | 284.04º | 0.72% | 0.6% | - |
| XYZ | 14.7 | 8.21 | 30.51 | - |
| YUV | 79.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 152 | 0.19 | 0.72 | 0 | 0.40 | 284.04 | 0.56 | 0.38 |
| Hex | 7B | 2B | 98 | 13 | 48 | 0 | 28 | 11C | 38 | 26 |
| Octal | 173 | 53 | 230 | 23 | 110 | 0 | 50 | 434 | 70 | 46 |
| Binary | 1111011 | 101011 | 10011000 | 10011 | 1001000 | 0 | 101000 | 100011100 | 111000 | 100110 |
Color Harmonies of #7B2B98
Complementary color
Monochromatic Colors of #7B2B98
Black with #7B2B98
Text Example
Text Example
White with #7B2B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B98; }
p { color: rgb(123,43,152); }
H1.HeaderClassName
{
color: #7B2B98;
}
.AnyTagClassName
{
color: #7B2B98;
}
</style>
background-color css
<style>
a { background-color: #7B2B98; }
a { background-color: rgb(123,43,152); }
div.DivClassName
{
background-color: #7B2B98;
}
.BgClassName
{
background-color: #7B2B98;
}
</style>
border-color css
<style>
span { border-color: #7B2B98; }
span { border-color: rgb(123,43,152); }
td.TdClassName
{
border-color: #7B2B98;
}
.TagClassName
{
border-color: #7B2B98;
}
</style>