Shades of Vivid Violet #7B2190
Tints of Vivid Violet #7B2190
RGB
CMYK
RGB Variations
Color information
#7B2190 (or 0x7B2190) is known color: Vivid Violet. HEX triplet: 7B, 21 and 90. RGB value is (123,33,144). Sum of RGB (Red+Green+Blue) = 123+33+144=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B2190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2190 is #84DE6F. Grayscale: #484848. Windows color (decimal): -8707696 or 9445755. OLE color: 9445755.
HSL color Cylindrical-coordinate representation of color #7B2190: hue angle of 288.65º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B2190 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 33 | 144 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.44 |
| HSL | 288.65º | 0.63% | 0.35% | - |
| HSV(B) | 288.65º | 0.77% | 0.56% | - |
| XYZ | 13.75 | 7.31 | 27.07 | - |
| YUV | 72.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 144 | 0.15 | 0.77 | 0 | 0.44 | 288.65 | 0.63 | 0.35 |
| Hex | 7B | 21 | 90 | F | 4D | 0 | 2C | 121 | 3F | 23 |
| Octal | 173 | 41 | 220 | 17 | 115 | 0 | 54 | 441 | 77 | 43 |
| Binary | 1111011 | 100001 | 10010000 | 1111 | 1001101 | 0 | 101100 | 100100001 | 111111 | 100011 |
Color Harmonies of #7B2190
Complementary color
Monochromatic Colors of #7B2190
Black with #7B2190
Text Example
Text Example
White with #7B2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2190; }
p { color: rgb(123,33,144); }
H1.HeaderClassName
{
color: #7B2190;
}
.AnyTagClassName
{
color: #7B2190;
}
</style>
background-color css
<style>
a { background-color: #7B2190; }
a { background-color: rgb(123,33,144); }
div.DivClassName
{
background-color: #7B2190;
}
.BgClassName
{
background-color: #7B2190;
}
</style>
border-color css
<style>
span { border-color: #7B2190; }
span { border-color: rgb(123,33,144); }
td.TdClassName
{
border-color: #7B2190;
}
.TagClassName
{
border-color: #7B2190;
}
</style>