Shades of Vivid Violet #7D3989
Tints of Vivid Violet #7D3989
RGB
CMYK
RGB Variations
Color information
#7D3989 (or 0x7D3989) is known color: Vivid Violet. HEX triplet: 7D, 39 and 89. RGB value is (125,57,137). Sum of RGB (Red+Green+Blue) = 125+57+137=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D3989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3989 is #82C676. Grayscale: #565656. Windows color (decimal): -8570487 or 8993149. OLE color: 8993149.
HSL color Cylindrical-coordinate representation of color #7D3989: hue angle of 291º 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 #7D3989 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 57 | 137 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.46 |
| HSL | 291º | 0.41% | 0.38% | - |
| HSV(B) | 291º | 0.58% | 0.54% | - |
| XYZ | 14.44 | 9.09 | 24.66 | - |
| YUV | 86.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 137 | 0.09 | 0.58 | 0 | 0.46 | 291 | 0.41 | 0.38 |
| Hex | 7D | 39 | 89 | 9 | 3A | 0 | 2E | 123 | 29 | 26 |
| Octal | 175 | 71 | 211 | 11 | 72 | 0 | 56 | 443 | 51 | 46 |
| Binary | 1111101 | 111001 | 10001001 | 1001 | 111010 | 0 | 101110 | 100100011 | 101001 | 100110 |
Color Harmonies of #7D3989
Complementary color
Monochromatic Colors of #7D3989
Black with #7D3989
Text Example
Text Example
White with #7D3989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3989; }
p { color: rgb(125,57,137); }
H1.HeaderClassName
{
color: #7D3989;
}
.AnyTagClassName
{
color: #7D3989;
}
</style>
background-color css
<style>
a { background-color: #7D3989; }
a { background-color: rgb(125,57,137); }
div.DivClassName
{
background-color: #7D3989;
}
.BgClassName
{
background-color: #7D3989;
}
</style>
border-color css
<style>
span { border-color: #7D3989; }
span { border-color: rgb(125,57,137); }
td.TdClassName
{
border-color: #7D3989;
}
.TagClassName
{
border-color: #7D3989;
}
</style>