Shades of Vivid Violet #7D3E8E
Tints of Vivid Violet #7D3E8E
RGB
CMYK
RGB Variations
Color information
#7D3E8E (or 0x7D3E8E) is known color: Vivid Violet. HEX triplet: 7D, 3E and 8E. RGB value is (125,62,142). Sum of RGB (Red+Green+Blue) = 125+62+142=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D3E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3E8E is #82C171. Grayscale: #595959. Windows color (decimal): -8569202 or 9322109. OLE color: 9322109.
HSL color Cylindrical-coordinate representation of color #7D3E8E: hue angle of 287.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3E8E is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 62 | 142 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.44 |
| HSL | 287.25º | 0.39% | 0.4% | - |
| HSV(B) | 287.25º | 0.56% | 0.56% | - |
| XYZ | 15.06 | 9.76 | 26.68 | - |
| YUV | 89.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 142 | 0.12 | 0.56 | 0 | 0.44 | 287.25 | 0.39 | 0.4 |
| Hex | 7D | 3E | 8E | C | 38 | 0 | 2C | 11F | 27 | 28 |
| Octal | 175 | 76 | 216 | 14 | 70 | 0 | 54 | 437 | 47 | 50 |
| Binary | 1111101 | 111110 | 10001110 | 1100 | 111000 | 0 | 101100 | 100011111 | 100111 | 101000 |
Color Harmonies of #7D3E8E
Complementary color
Monochromatic Colors of #7D3E8E
Black with #7D3E8E
Text Example
Text Example
White with #7D3E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3E8E; }
p { color: rgb(125,62,142); }
H1.HeaderClassName
{
color: #7D3E8E;
}
.AnyTagClassName
{
color: #7D3E8E;
}
</style>
background-color css
<style>
a { background-color: #7D3E8E; }
a { background-color: rgb(125,62,142); }
div.DivClassName
{
background-color: #7D3E8E;
}
.BgClassName
{
background-color: #7D3E8E;
}
</style>
border-color css
<style>
span { border-color: #7D3E8E; }
span { border-color: rgb(125,62,142); }
td.TdClassName
{
border-color: #7D3E8E;
}
.TagClassName
{
border-color: #7D3E8E;
}
</style>