Shades of Vivid Violet #7B3790
Tints of Vivid Violet #7B3790
RGB
CMYK
RGB Variations
Color information
#7B3790 (or 0x7B3790) is known color: Vivid Violet. HEX triplet: 7B, 37 and 90. RGB value is (123,55,144). Sum of RGB (Red+Green+Blue) = 123+55+144=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B3790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3790 is #84C86F. Grayscale: #555555. Windows color (decimal): -8702064 or 9451387. OLE color: 9451387.
HSL color Cylindrical-coordinate representation of color #7B3790: hue angle of 285.84º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3790 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 55 | 144 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.44 |
| HSL | 285.84º | 0.45% | 0.39% | - |
| HSV(B) | 285.84º | 0.62% | 0.56% | - |
| XYZ | 14.57 | 8.96 | 27.35 | - |
| YUV | 85.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 144 | 0.15 | 0.62 | 0 | 0.44 | 285.84 | 0.45 | 0.39 |
| Hex | 7B | 37 | 90 | F | 3E | 0 | 2C | 11E | 2D | 27 |
| Octal | 173 | 67 | 220 | 17 | 76 | 0 | 54 | 436 | 55 | 47 |
| Binary | 1111011 | 110111 | 10010000 | 1111 | 111110 | 0 | 101100 | 100011110 | 101101 | 100111 |
Color Harmonies of #7B3790
Complementary color
Monochromatic Colors of #7B3790
Black with #7B3790
Text Example
Text Example
White with #7B3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3790; }
p { color: rgb(123,55,144); }
H1.HeaderClassName
{
color: #7B3790;
}
.AnyTagClassName
{
color: #7B3790;
}
</style>
background-color css
<style>
a { background-color: #7B3790; }
a { background-color: rgb(123,55,144); }
div.DivClassName
{
background-color: #7B3790;
}
.BgClassName
{
background-color: #7B3790;
}
</style>
border-color css
<style>
span { border-color: #7B3790; }
span { border-color: rgb(123,55,144); }
td.TdClassName
{
border-color: #7B3790;
}
.TagClassName
{
border-color: #7B3790;
}
</style>