Shades of Vivid Violet #7B1993
Tints of Vivid Violet #7B1993
RGB
CMYK
RGB Variations
Color information
#7B1993 (or 0x7B1993) is known color: Vivid Violet. HEX triplet: 7B, 19 and 93. RGB value is (123,25,147). Sum of RGB (Red+Green+Blue) = 123+25+147=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B1993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1993 is #84E66C. Grayscale: #434343. Windows color (decimal): -8709741 or 9640315. OLE color: 9640315.
HSL color Cylindrical-coordinate representation of color #7B1993: hue angle of 288.2º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1993 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 25 | 147 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.42 |
| HSL | 288.2º | 0.71% | 0.34% | - |
| HSV(B) | 288.2º | 0.83% | 0.58% | - |
| XYZ | 13.78 | 7.01 | 28.23 | - |
| YUV | 68.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 147 | 0.16 | 0.83 | 0 | 0.42 | 288.2 | 0.71 | 0.34 |
| Hex | 7B | 19 | 93 | 10 | 53 | 0 | 2A | 120 | 47 | 22 |
| Octal | 173 | 31 | 223 | 20 | 123 | 0 | 52 | 440 | 107 | 42 |
| Binary | 1111011 | 11001 | 10010011 | 10000 | 1010011 | 0 | 101010 | 100100000 | 1000111 | 100010 |
Color Harmonies of #7B1993
Complementary color
Monochromatic Colors of #7B1993
Black with #7B1993
Text Example
Text Example
White with #7B1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1993; }
p { color: rgb(123,25,147); }
H1.HeaderClassName
{
color: #7B1993;
}
.AnyTagClassName
{
color: #7B1993;
}
</style>
background-color css
<style>
a { background-color: #7B1993; }
a { background-color: rgb(123,25,147); }
div.DivClassName
{
background-color: #7B1993;
}
.BgClassName
{
background-color: #7B1993;
}
</style>
border-color css
<style>
span { border-color: #7B1993; }
span { border-color: rgb(123,25,147); }
td.TdClassName
{
border-color: #7B1993;
}
.TagClassName
{
border-color: #7B1993;
}
</style>