Shades of Vivid Violet #7B2092
Tints of Vivid Violet #7B2092
RGB
CMYK
RGB Variations
Color information
#7B2092 (or 0x7B2092) is known color: Vivid Violet. HEX triplet: 7B, 20 and 92. RGB value is (123,32,146). Sum of RGB (Red+Green+Blue) = 123+32+146=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B2092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2092 is #84DF6D. Grayscale: #474747. Windows color (decimal): -8707950 or 9576571. OLE color: 9576571.
HSL color Cylindrical-coordinate representation of color #7B2092: hue angle of 287.89º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B2092 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 32 | 146 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.43 |
| HSL | 287.89º | 0.64% | 0.35% | - |
| HSV(B) | 287.89º | 0.78% | 0.57% | - |
| XYZ | 13.87 | 7.32 | 27.88 | - |
| YUV | 72.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 146 | 0.16 | 0.78 | 0 | 0.43 | 287.89 | 0.64 | 0.35 |
| Hex | 7B | 20 | 92 | 10 | 4E | 0 | 2B | 120 | 40 | 23 |
| Octal | 173 | 40 | 222 | 20 | 116 | 0 | 53 | 440 | 100 | 43 |
| Binary | 1111011 | 100000 | 10010010 | 10000 | 1001110 | 0 | 101011 | 100100000 | 1000000 | 100011 |
Color Harmonies of #7B2092
Complementary color
Monochromatic Colors of #7B2092
Black with #7B2092
Text Example
Text Example
White with #7B2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2092; }
p { color: rgb(123,32,146); }
H1.HeaderClassName
{
color: #7B2092;
}
.AnyTagClassName
{
color: #7B2092;
}
</style>
background-color css
<style>
a { background-color: #7B2092; }
a { background-color: rgb(123,32,146); }
div.DivClassName
{
background-color: #7B2092;
}
.BgClassName
{
background-color: #7B2092;
}
</style>
border-color css
<style>
span { border-color: #7B2092; }
span { border-color: rgb(123,32,146); }
td.TdClassName
{
border-color: #7B2092;
}
.TagClassName
{
border-color: #7B2092;
}
</style>