Shades of Vivid Violet #7D3D9E
Tints of Vivid Violet #7D3D9E
RGB
CMYK
RGB Variations
Color information
#7D3D9E (or 0x7D3D9E) is known color: Vivid Violet. HEX triplet: 7D, 3D and 9E. RGB value is (125,61,158). Sum of RGB (Red+Green+Blue) = 125+61+158=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D3D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3D9E is #82C261. Grayscale: #5A5A5A. Windows color (decimal): -8569442 or 10370429. OLE color: 10370429.
HSL color Cylindrical-coordinate representation of color #7D3D9E: hue angle of 279.59º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3D9E is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 61 | 158 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.38 |
| HSL | 279.59º | 0.44% | 0.43% | - |
| HSV(B) | 279.59º | 0.61% | 0.62% | - |
| XYZ | 16.3 | 10.17 | 33.45 | - |
| YUV | 91.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 158 | 0.21 | 0.61 | 0 | 0.38 | 279.59 | 0.44 | 0.43 |
| Hex | 7D | 3D | 9E | 15 | 3D | 0 | 26 | 118 | 2C | 2B |
| Octal | 175 | 75 | 236 | 25 | 75 | 0 | 46 | 430 | 54 | 53 |
| Binary | 1111101 | 111101 | 10011110 | 10101 | 111101 | 0 | 100110 | 100011000 | 101100 | 101011 |
Color Harmonies of #7D3D9E
Complementary color
Monochromatic Colors of #7D3D9E
Black with #7D3D9E
Text Example
Text Example
White with #7D3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3D9E; }
p { color: rgb(125,61,158); }
H1.HeaderClassName
{
color: #7D3D9E;
}
.AnyTagClassName
{
color: #7D3D9E;
}
</style>
background-color css
<style>
a { background-color: #7D3D9E; }
a { background-color: rgb(125,61,158); }
div.DivClassName
{
background-color: #7D3D9E;
}
.BgClassName
{
background-color: #7D3D9E;
}
</style>
border-color css
<style>
span { border-color: #7D3D9E; }
span { border-color: rgb(125,61,158); }
td.TdClassName
{
border-color: #7D3D9E;
}
.TagClassName
{
border-color: #7D3D9E;
}
</style>