Shades of Vivid Violet #7D3D8E
Tints of Vivid Violet #7D3D8E
RGB
CMYK
RGB Variations
Color information
#7D3D8E (or 0x7D3D8E) is known color: Vivid Violet. HEX triplet: 7D, 3D and 8E. RGB value is (125,61,142). Sum of RGB (Red+Green+Blue) = 125+61+142=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D3D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3D8E is #82C271. Grayscale: #595959. Windows color (decimal): -8569458 or 9321853. OLE color: 9321853.
HSL color Cylindrical-coordinate representation of color #7D3D8E: hue angle of 287.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D3D8E is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 61 | 142 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.44 |
| HSL | 287.41º | 0.4% | 0.4% | - |
| HSV(B) | 287.41º | 0.57% | 0.56% | - |
| XYZ | 15.01 | 9.65 | 26.66 | - |
| YUV | 89.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 142 | 0.12 | 0.57 | 0 | 0.44 | 287.41 | 0.4 | 0.4 |
| Hex | 7D | 3D | 8E | C | 39 | 0 | 2C | 11F | 28 | 28 |
| Octal | 175 | 75 | 216 | 14 | 71 | 0 | 54 | 437 | 50 | 50 |
| Binary | 1111101 | 111101 | 10001110 | 1100 | 111001 | 0 | 101100 | 100011111 | 101000 | 101000 |
Color Harmonies of #7D3D8E
Complementary color
Monochromatic Colors of #7D3D8E
Black with #7D3D8E
Text Example
Text Example
White with #7D3D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3D8E; }
p { color: rgb(125,61,142); }
H1.HeaderClassName
{
color: #7D3D8E;
}
.AnyTagClassName
{
color: #7D3D8E;
}
</style>
background-color css
<style>
a { background-color: #7D3D8E; }
a { background-color: rgb(125,61,142); }
div.DivClassName
{
background-color: #7D3D8E;
}
.BgClassName
{
background-color: #7D3D8E;
}
</style>
border-color css
<style>
span { border-color: #7D3D8E; }
span { border-color: rgb(125,61,142); }
td.TdClassName
{
border-color: #7D3D8E;
}
.TagClassName
{
border-color: #7D3D8E;
}
</style>