Shades of Vivid Violet #7D2D9E
Tints of Vivid Violet #7D2D9E
RGB
CMYK
RGB Variations
Color information
#7D2D9E (or 0x7D2D9E) is known color: Vivid Violet. HEX triplet: 7D, 2D and 9E. RGB value is (125,45,158). Sum of RGB (Red+Green+Blue) = 125+45+158=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D2D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2D9E is #82D261. Grayscale: #515151. Windows color (decimal): -8573538 or 10366333. OLE color: 10366333.
HSL color Cylindrical-coordinate representation of color #7D2D9E: hue angle of 282.48º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2D9E is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 45 | 158 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.38 |
| HSL | 282.48º | 0.56% | 0.4% | - |
| HSV(B) | 282.48º | 0.72% | 0.62% | - |
| XYZ | 15.57 | 8.71 | 33.21 | - |
| YUV | 81.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 45 | 158 | 0.21 | 0.72 | 0 | 0.38 | 282.48 | 0.56 | 0.4 |
| Hex | 7D | 2D | 9E | 15 | 48 | 0 | 26 | 11A | 38 | 28 |
| Octal | 175 | 55 | 236 | 25 | 110 | 0 | 46 | 432 | 70 | 50 |
| Binary | 1111101 | 101101 | 10011110 | 10101 | 1001000 | 0 | 100110 | 100011010 | 111000 | 101000 |
Color Harmonies of #7D2D9E
Complementary color
Monochromatic Colors of #7D2D9E
Black with #7D2D9E
Text Example
Text Example
White with #7D2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2D9E; }
p { color: rgb(125,45,158); }
H1.HeaderClassName
{
color: #7D2D9E;
}
.AnyTagClassName
{
color: #7D2D9E;
}
</style>
background-color css
<style>
a { background-color: #7D2D9E; }
a { background-color: rgb(125,45,158); }
div.DivClassName
{
background-color: #7D2D9E;
}
.BgClassName
{
background-color: #7D2D9E;
}
</style>
border-color css
<style>
span { border-color: #7D2D9E; }
span { border-color: rgb(125,45,158); }
td.TdClassName
{
border-color: #7D2D9E;
}
.TagClassName
{
border-color: #7D2D9E;
}
</style>