Shades of Vivid Violet #7B2B88
Tints of Vivid Violet #7B2B88
RGB
CMYK
RGB Variations
Color information
#7B2B88 (or 0x7B2B88) is known color: Vivid Violet. HEX triplet: 7B, 2B and 88. RGB value is (123,43,136). Sum of RGB (Red+Green+Blue) = 123+43+136=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B2B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2B88 is #84D477. Grayscale: #4D4D4D. Windows color (decimal): -8705144 or 8924027. OLE color: 8924027.
HSL color Cylindrical-coordinate representation of color #7B2B88: hue angle of 291.61º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B2B88 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 43 | 136 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.47 |
| HSL | 291.61º | 0.52% | 0.35% | - |
| HSV(B) | 291.61º | 0.68% | 0.53% | - |
| XYZ | 13.48 | 7.72 | 24.07 | - |
| YUV | 77.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 136 | 0.10 | 0.68 | 0 | 0.47 | 291.61 | 0.52 | 0.35 |
| Hex | 7B | 2B | 88 | A | 44 | 0 | 2F | 124 | 34 | 23 |
| Octal | 173 | 53 | 210 | 12 | 104 | 0 | 57 | 444 | 64 | 43 |
| Binary | 1111011 | 101011 | 10001000 | 1010 | 1000100 | 0 | 101111 | 100100100 | 110100 | 100011 |
Color Harmonies of #7B2B88
Complementary color
Monochromatic Colors of #7B2B88
Black with #7B2B88
Text Example
Text Example
White with #7B2B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B88; }
p { color: rgb(123,43,136); }
H1.HeaderClassName
{
color: #7B2B88;
}
.AnyTagClassName
{
color: #7B2B88;
}
</style>
background-color css
<style>
a { background-color: #7B2B88; }
a { background-color: rgb(123,43,136); }
div.DivClassName
{
background-color: #7B2B88;
}
.BgClassName
{
background-color: #7B2B88;
}
</style>
border-color css
<style>
span { border-color: #7B2B88; }
span { border-color: rgb(123,43,136); }
td.TdClassName
{
border-color: #7B2B88;
}
.TagClassName
{
border-color: #7B2B88;
}
</style>