Shades of Vivid Violet #7B3989
Tints of Vivid Violet #7B3989
RGB
CMYK
RGB Variations
Color information
#7B3989 (or 0x7B3989) is known color: Vivid Violet. HEX triplet: 7B, 39 and 89. RGB value is (123,57,137). Sum of RGB (Red+Green+Blue) = 123+57+137=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B3989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3989 is #84C676. Grayscale: #555555. Windows color (decimal): -8701559 or 8993147. OLE color: 8993147.
HSL color Cylindrical-coordinate representation of color #7B3989: hue angle of 289.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B3989 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 57 | 137 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.46 |
| HSL | 289.5º | 0.41% | 0.38% | - |
| HSV(B) | 289.5º | 0.58% | 0.54% | - |
| XYZ | 14.15 | 8.94 | 24.65 | - |
| YUV | 85.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 137 | 0.10 | 0.58 | 0 | 0.46 | 289.5 | 0.41 | 0.38 |
| Hex | 7B | 39 | 89 | A | 3A | 0 | 2E | 122 | 29 | 26 |
| Octal | 173 | 71 | 211 | 12 | 72 | 0 | 56 | 442 | 51 | 46 |
| Binary | 1111011 | 111001 | 10001001 | 1010 | 111010 | 0 | 101110 | 100100010 | 101001 | 100110 |
Color Harmonies of #7B3989
Complementary color
Monochromatic Colors of #7B3989
Black with #7B3989
Text Example
Text Example
White with #7B3989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3989; }
p { color: rgb(123,57,137); }
H1.HeaderClassName
{
color: #7B3989;
}
.AnyTagClassName
{
color: #7B3989;
}
</style>
background-color css
<style>
a { background-color: #7B3989; }
a { background-color: rgb(123,57,137); }
div.DivClassName
{
background-color: #7B3989;
}
.BgClassName
{
background-color: #7B3989;
}
</style>
border-color css
<style>
span { border-color: #7B3989; }
span { border-color: rgb(123,57,137); }
td.TdClassName
{
border-color: #7B3989;
}
.TagClassName
{
border-color: #7B3989;
}
</style>