Shades of Vivid Violet #7B219D
Tints of Vivid Violet #7B219D
RGB
CMYK
RGB Variations
Color information
#7B219D (or 0x7B219D) is known color: Vivid Violet. HEX triplet: 7B, 21 and 9D. RGB value is (123,33,157). Sum of RGB (Red+Green+Blue) = 123+33+157=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B219D is #84DE62. Grayscale: #494949. Windows color (decimal): -8707683 or 10297723. OLE color: 10297723.
HSL color Cylindrical-coordinate representation of color #7B219D: hue angle of 283.55º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B219D is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 33 | 157 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.38 |
| HSL | 283.55º | 0.65% | 0.37% | - |
| HSV(B) | 283.55º | 0.79% | 0.62% | - |
| XYZ | 14.8 | 7.73 | 32.61 | - |
| YUV | 74.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 157 | 0.22 | 0.79 | 0 | 0.38 | 283.55 | 0.65 | 0.37 |
| Hex | 7B | 21 | 9D | 16 | 4F | 0 | 26 | 11C | 41 | 25 |
| Octal | 173 | 41 | 235 | 26 | 117 | 0 | 46 | 434 | 101 | 45 |
| Binary | 1111011 | 100001 | 10011101 | 10110 | 1001111 | 0 | 100110 | 100011100 | 1000001 | 100101 |
Color Harmonies of #7B219D
Complementary color
Monochromatic Colors of #7B219D
Black with #7B219D
Text Example
Text Example
White with #7B219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B219D; }
p { color: rgb(123,33,157); }
H1.HeaderClassName
{
color: #7B219D;
}
.AnyTagClassName
{
color: #7B219D;
}
</style>
background-color css
<style>
a { background-color: #7B219D; }
a { background-color: rgb(123,33,157); }
div.DivClassName
{
background-color: #7B219D;
}
.BgClassName
{
background-color: #7B219D;
}
</style>
border-color css
<style>
span { border-color: #7B219D; }
span { border-color: rgb(123,33,157); }
td.TdClassName
{
border-color: #7B219D;
}
.TagClassName
{
border-color: #7B219D;
}
</style>