Shades of Vivid Violet #7B2886
Tints of Vivid Violet #7B2886
RGB
CMYK
RGB Variations
Color information
#7B2886 (or 0x7B2886) is known color: Vivid Violet. HEX triplet: 7B, 28 and 86. RGB value is (123,40,134). Sum of RGB (Red+Green+Blue) = 123+40+134=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B2886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2886 is #84D779. Grayscale: #4B4B4B. Windows color (decimal): -8705914 or 8792187. OLE color: 8792187.
HSL color Cylindrical-coordinate representation of color #7B2886: hue angle of 292.98º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B2886 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 40 | 134 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.47 |
| HSL | 292.98º | 0.54% | 0.34% | - |
| HSV(B) | 292.98º | 0.7% | 0.53% | - |
| XYZ | 13.23 | 7.45 | 23.29 | - |
| YUV | 75.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 134 | 0.08 | 0.70 | 0 | 0.47 | 292.98 | 0.54 | 0.34 |
| Hex | 7B | 28 | 86 | 8 | 46 | 0 | 2F | 125 | 36 | 22 |
| Octal | 173 | 50 | 206 | 10 | 106 | 0 | 57 | 445 | 66 | 42 |
| Binary | 1111011 | 101000 | 10000110 | 1000 | 1000110 | 0 | 101111 | 100100101 | 110110 | 100010 |
Color Harmonies of #7B2886
Complementary color
Monochromatic Colors of #7B2886
Black with #7B2886
Text Example
Text Example
White with #7B2886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2886; }
p { color: rgb(123,40,134); }
H1.HeaderClassName
{
color: #7B2886;
}
.AnyTagClassName
{
color: #7B2886;
}
</style>
background-color css
<style>
a { background-color: #7B2886; }
a { background-color: rgb(123,40,134); }
div.DivClassName
{
background-color: #7B2886;
}
.BgClassName
{
background-color: #7B2886;
}
</style>
border-color css
<style>
span { border-color: #7B2886; }
span { border-color: rgb(123,40,134); }
td.TdClassName
{
border-color: #7B2886;
}
.TagClassName
{
border-color: #7B2886;
}
</style>