Shades of Vivid Violet #7D2999
Tints of Vivid Violet #7D2999
RGB
CMYK
RGB Variations
Color information
#7D2999 (or 0x7D2999) is known color: Vivid Violet. HEX triplet: 7D, 29 and 99. RGB value is (125,41,153). Sum of RGB (Red+Green+Blue) = 125+41+153=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D2999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2999 is #82D666. Grayscale: #4E4E4E. Windows color (decimal): -8574567 or 10037629. OLE color: 10037629.
HSL color Cylindrical-coordinate representation of color #7D2999: hue angle of 285º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D2999 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 41 | 153 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.4 |
| HSL | 285º | 0.58% | 0.38% | - |
| HSV(B) | 285º | 0.73% | 0.6% | - |
| XYZ | 15 | 8.25 | 30.94 | - |
| YUV | 78.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 153 | 0.18 | 0.73 | 0 | 0.4 | 285 | 0.58 | 0.38 |
| Hex | 7D | 29 | 99 | 12 | 49 | 0 | 28 | 11D | 3A | 26 |
| Octal | 175 | 51 | 231 | 22 | 111 | 0 | 50 | 435 | 72 | 46 |
| Binary | 1111101 | 101001 | 10011001 | 10010 | 1001001 | 0 | 101000 | 100011101 | 111010 | 100110 |
Color Harmonies of #7D2999
Complementary color
Monochromatic Colors of #7D2999
Black with #7D2999
Text Example
Text Example
White with #7D2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2999; }
p { color: rgb(125,41,153); }
H1.HeaderClassName
{
color: #7D2999;
}
.AnyTagClassName
{
color: #7D2999;
}
</style>
background-color css
<style>
a { background-color: #7D2999; }
a { background-color: rgb(125,41,153); }
div.DivClassName
{
background-color: #7D2999;
}
.BgClassName
{
background-color: #7D2999;
}
</style>
border-color css
<style>
span { border-color: #7D2999; }
span { border-color: rgb(125,41,153); }
td.TdClassName
{
border-color: #7D2999;
}
.TagClassName
{
border-color: #7D2999;
}
</style>