Shades of Vivid Violet #7B2197
Tints of Vivid Violet #7B2197
RGB
CMYK
RGB Variations
Color information
#7B2197 (or 0x7B2197) is known color: Vivid Violet. HEX triplet: 7B, 21 and 97. RGB value is (123,33,151). Sum of RGB (Red+Green+Blue) = 123+33+151=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B2197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2197 is #84DE68. Grayscale: #484848. Windows color (decimal): -8707689 or 9904507. OLE color: 9904507.
HSL color Cylindrical-coordinate representation of color #7B2197: hue angle of 285.76º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B2197 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 33 | 151 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.41 |
| HSL | 285.76º | 0.64% | 0.36% | - |
| HSV(B) | 285.76º | 0.78% | 0.59% | - |
| XYZ | 14.3 | 7.53 | 29.98 | - |
| YUV | 73.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 151 | 0.19 | 0.78 | 0 | 0.41 | 285.76 | 0.64 | 0.36 |
| Hex | 7B | 21 | 97 | 13 | 4E | 0 | 29 | 11E | 40 | 24 |
| Octal | 173 | 41 | 227 | 23 | 116 | 0 | 51 | 436 | 100 | 44 |
| Binary | 1111011 | 100001 | 10010111 | 10011 | 1001110 | 0 | 101001 | 100011110 | 1000000 | 100100 |
Color Harmonies of #7B2197
Complementary color
Monochromatic Colors of #7B2197
Black with #7B2197
Text Example
Text Example
White with #7B2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2197; }
p { color: rgb(123,33,151); }
H1.HeaderClassName
{
color: #7B2197;
}
.AnyTagClassName
{
color: #7B2197;
}
</style>
background-color css
<style>
a { background-color: #7B2197; }
a { background-color: rgb(123,33,151); }
div.DivClassName
{
background-color: #7B2197;
}
.BgClassName
{
background-color: #7B2197;
}
</style>
border-color css
<style>
span { border-color: #7B2197; }
span { border-color: rgb(123,33,151); }
td.TdClassName
{
border-color: #7B2197;
}
.TagClassName
{
border-color: #7B2197;
}
</style>