Shades of Vivid Violet #7B2095
Tints of Vivid Violet #7B2095
RGB
CMYK
RGB Variations
Color information
#7B2095 (or 0x7B2095) is known color: Vivid Violet. HEX triplet: 7B, 20 and 95. RGB value is (123,32,149). Sum of RGB (Red+Green+Blue) = 123+32+149=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B2095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2095 is #84DF6A. Grayscale: #484848. Windows color (decimal): -8707947 or 9773179. OLE color: 9773179.
HSL color Cylindrical-coordinate representation of color #7B2095: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B2095 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 32 | 149 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.42 |
| HSL | 286.67º | 0.65% | 0.35% | - |
| HSV(B) | 286.67º | 0.79% | 0.58% | - |
| XYZ | 14.11 | 7.41 | 29.12 | - |
| YUV | 72.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 149 | 0.17 | 0.79 | 0 | 0.42 | 286.67 | 0.65 | 0.35 |
| Hex | 7B | 20 | 95 | 11 | 4F | 0 | 2A | 11F | 41 | 23 |
| Octal | 173 | 40 | 225 | 21 | 117 | 0 | 52 | 437 | 101 | 43 |
| Binary | 1111011 | 100000 | 10010101 | 10001 | 1001111 | 0 | 101010 | 100011111 | 1000001 | 100011 |
Color Harmonies of #7B2095
Complementary color
Monochromatic Colors of #7B2095
Black with #7B2095
Text Example
Text Example
White with #7B2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2095; }
p { color: rgb(123,32,149); }
H1.HeaderClassName
{
color: #7B2095;
}
.AnyTagClassName
{
color: #7B2095;
}
</style>
background-color css
<style>
a { background-color: #7B2095; }
a { background-color: rgb(123,32,149); }
div.DivClassName
{
background-color: #7B2095;
}
.BgClassName
{
background-color: #7B2095;
}
</style>
border-color css
<style>
span { border-color: #7B2095; }
span { border-color: rgb(123,32,149); }
td.TdClassName
{
border-color: #7B2095;
}
.TagClassName
{
border-color: #7B2095;
}
</style>