Shades of Vivid Violet #7B1990
Tints of Vivid Violet #7B1990
RGB
CMYK
RGB Variations
Color information
#7B1990 (or 0x7B1990) is known color: Vivid Violet. HEX triplet: 7B, 19 and 90. RGB value is (123,25,144). Sum of RGB (Red+Green+Blue) = 123+25+144=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B1990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1990 is #84E66F. Grayscale: #434343. Windows color (decimal): -8709744 or 9443707. OLE color: 9443707.
HSL color Cylindrical-coordinate representation of color #7B1990: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1990 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 25 | 144 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.44 |
| HSL | 289.41º | 0.7% | 0.33% | - |
| HSV(B) | 289.41º | 0.83% | 0.56% | - |
| XYZ | 13.55 | 6.92 | 27.01 | - |
| YUV | 67.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 144 | 0.15 | 0.83 | 0 | 0.44 | 289.41 | 0.7 | 0.33 |
| Hex | 7B | 19 | 90 | F | 53 | 0 | 2C | 121 | 46 | 21 |
| Octal | 173 | 31 | 220 | 17 | 123 | 0 | 54 | 441 | 106 | 41 |
| Binary | 1111011 | 11001 | 10010000 | 1111 | 1010011 | 0 | 101100 | 100100001 | 1000110 | 100001 |
Color Harmonies of #7B1990
Complementary color
Monochromatic Colors of #7B1990
Black with #7B1990
Text Example
Text Example
White with #7B1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1990; }
p { color: rgb(123,25,144); }
H1.HeaderClassName
{
color: #7B1990;
}
.AnyTagClassName
{
color: #7B1990;
}
</style>
background-color css
<style>
a { background-color: #7B1990; }
a { background-color: rgb(123,25,144); }
div.DivClassName
{
background-color: #7B1990;
}
.BgClassName
{
background-color: #7B1990;
}
</style>
border-color css
<style>
span { border-color: #7B1990; }
span { border-color: rgb(123,25,144); }
td.TdClassName
{
border-color: #7B1990;
}
.TagClassName
{
border-color: #7B1990;
}
</style>