Shades of Vivid Violet #7B219F
Tints of Vivid Violet #7B219F
RGB
CMYK
RGB Variations
Color information
#7B219F (or 0x7B219F) is known color: Vivid Violet. HEX triplet: 7B, 21 and 9F. RGB value is (123,33,159). Sum of RGB (Red+Green+Blue) = 123+33+159=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B219F is #84DE60. Grayscale: #494949. Windows color (decimal): -8707681 or 10428795. OLE color: 10428795.
HSL color Cylindrical-coordinate representation of color #7B219F: hue angle of 282.86º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B219F is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 33 | 159 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.38 |
| HSL | 282.86º | 0.66% | 0.38% | - |
| HSV(B) | 282.86º | 0.79% | 0.62% | - |
| XYZ | 14.97 | 7.8 | 33.52 | - |
| YUV | 74.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 159 | 0.23 | 0.79 | 0 | 0.38 | 282.86 | 0.66 | 0.38 |
| Hex | 7B | 21 | 9F | 17 | 4F | 0 | 26 | 11B | 42 | 26 |
| Octal | 173 | 41 | 237 | 27 | 117 | 0 | 46 | 433 | 102 | 46 |
| Binary | 1111011 | 100001 | 10011111 | 10111 | 1001111 | 0 | 100110 | 100011011 | 1000010 | 100110 |
Color Harmonies of #7B219F
Complementary color
Monochromatic Colors of #7B219F
Black with #7B219F
Text Example
Text Example
White with #7B219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B219F; }
p { color: rgb(123,33,159); }
H1.HeaderClassName
{
color: #7B219F;
}
.AnyTagClassName
{
color: #7B219F;
}
</style>
background-color css
<style>
a { background-color: #7B219F; }
a { background-color: rgb(123,33,159); }
div.DivClassName
{
background-color: #7B219F;
}
.BgClassName
{
background-color: #7B219F;
}
</style>
border-color css
<style>
span { border-color: #7B219F; }
span { border-color: rgb(123,33,159); }
td.TdClassName
{
border-color: #7B219F;
}
.TagClassName
{
border-color: #7B219F;
}
</style>