Shades of Vivid Violet #7D299E
Tints of Vivid Violet #7D299E
RGB
CMYK
RGB Variations
Color information
#7D299E (or 0x7D299E) is known color: Vivid Violet. HEX triplet: 7D, 29 and 9E. RGB value is (125,41,158). Sum of RGB (Red+Green+Blue) = 125+41+158=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D299E is #82D661. Grayscale: #4F4F4F. Windows color (decimal): -8574562 or 10365309. OLE color: 10365309.
HSL color Cylindrical-coordinate representation of color #7D299E: hue angle of 283.08º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D299E is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 41 | 158 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.38 |
| HSL | 283.08º | 0.59% | 0.39% | - |
| HSV(B) | 283.08º | 0.74% | 0.62% | - |
| XYZ | 15.42 | 8.41 | 33.16 | - |
| YUV | 79.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 158 | 0.21 | 0.74 | 0 | 0.38 | 283.08 | 0.59 | 0.39 |
| Hex | 7D | 29 | 9E | 15 | 4A | 0 | 26 | 11B | 3B | 27 |
| Octal | 175 | 51 | 236 | 25 | 112 | 0 | 46 | 433 | 73 | 47 |
| Binary | 1111101 | 101001 | 10011110 | 10101 | 1001010 | 0 | 100110 | 100011011 | 111011 | 100111 |
Color Harmonies of #7D299E
Complementary color
Monochromatic Colors of #7D299E
Black with #7D299E
Text Example
Text Example
White with #7D299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D299E; }
p { color: rgb(125,41,158); }
H1.HeaderClassName
{
color: #7D299E;
}
.AnyTagClassName
{
color: #7D299E;
}
</style>
background-color css
<style>
a { background-color: #7D299E; }
a { background-color: rgb(125,41,158); }
div.DivClassName
{
background-color: #7D299E;
}
.BgClassName
{
background-color: #7D299E;
}
</style>
border-color css
<style>
span { border-color: #7D299E; }
span { border-color: rgb(125,41,158); }
td.TdClassName
{
border-color: #7D299E;
}
.TagClassName
{
border-color: #7D299E;
}
</style>