Shades of Vivid Violet #7B2F97
Tints of Vivid Violet #7B2F97
RGB
CMYK
RGB Variations
Color information
#7B2F97 (or 0x7B2F97) is known color: Vivid Violet. HEX triplet: 7B, 2F and 97. RGB value is (123,47,151). Sum of RGB (Red+Green+Blue) = 123+47+151=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B2F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2F97 is #84D068. Grayscale: #515151. Windows color (decimal): -8704105 or 9908091. OLE color: 9908091.
HSL color Cylindrical-coordinate representation of color #7B2F97: hue angle of 283.85º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B2F97 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 47 | 151 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.41 |
| HSL | 283.85º | 0.53% | 0.39% | - |
| HSV(B) | 283.85º | 0.69% | 0.59% | - |
| XYZ | 14.77 | 8.48 | 30.14 | - |
| YUV | 81.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 151 | 0.19 | 0.69 | 0 | 0.41 | 283.85 | 0.53 | 0.39 |
| Hex | 7B | 2F | 97 | 13 | 45 | 0 | 29 | 11C | 35 | 27 |
| Octal | 173 | 57 | 227 | 23 | 105 | 0 | 51 | 434 | 65 | 47 |
| Binary | 1111011 | 101111 | 10010111 | 10011 | 1000101 | 0 | 101001 | 100011100 | 110101 | 100111 |
Color Harmonies of #7B2F97
Complementary color
Monochromatic Colors of #7B2F97
Black with #7B2F97
Text Example
Text Example
White with #7B2F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F97; }
p { color: rgb(123,47,151); }
H1.HeaderClassName
{
color: #7B2F97;
}
.AnyTagClassName
{
color: #7B2F97;
}
</style>
background-color css
<style>
a { background-color: #7B2F97; }
a { background-color: rgb(123,47,151); }
div.DivClassName
{
background-color: #7B2F97;
}
.BgClassName
{
background-color: #7B2F97;
}
</style>
border-color css
<style>
span { border-color: #7B2F97; }
span { border-color: rgb(123,47,151); }
td.TdClassName
{
border-color: #7B2F97;
}
.TagClassName
{
border-color: #7B2F97;
}
</style>