Shades of Vivid Violet #7D339E
Tints of Vivid Violet #7D339E
RGB
CMYK
RGB Variations
Color information
#7D339E (or 0x7D339E) is known color: Vivid Violet. HEX triplet: 7D, 33 and 9E. RGB value is (125,51,158). Sum of RGB (Red+Green+Blue) = 125+51+158=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D339E is #82CC61. Grayscale: #545454. Windows color (decimal): -8572002 or 10367869. OLE color: 10367869.
HSL color Cylindrical-coordinate representation of color #7D339E: hue angle of 281.5º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D339E is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 51 | 158 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.38 |
| HSL | 281.5º | 0.51% | 0.41% | - |
| HSV(B) | 281.5º | 0.68% | 0.62% | - |
| XYZ | 15.81 | 9.2 | 33.29 | - |
| YUV | 85.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 158 | 0.21 | 0.68 | 0 | 0.38 | 281.5 | 0.51 | 0.41 |
| Hex | 7D | 33 | 9E | 15 | 44 | 0 | 26 | 119 | 33 | 29 |
| Octal | 175 | 63 | 236 | 25 | 104 | 0 | 46 | 431 | 63 | 51 |
| Binary | 1111101 | 110011 | 10011110 | 10101 | 1000100 | 0 | 100110 | 100011001 | 110011 | 101001 |
Color Harmonies of #7D339E
Complementary color
Monochromatic Colors of #7D339E
Black with #7D339E
Text Example
Text Example
White with #7D339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D339E; }
p { color: rgb(125,51,158); }
H1.HeaderClassName
{
color: #7D339E;
}
.AnyTagClassName
{
color: #7D339E;
}
</style>
background-color css
<style>
a { background-color: #7D339E; }
a { background-color: rgb(125,51,158); }
div.DivClassName
{
background-color: #7D339E;
}
.BgClassName
{
background-color: #7D339E;
}
</style>
border-color css
<style>
span { border-color: #7D339E; }
span { border-color: rgb(125,51,158); }
td.TdClassName
{
border-color: #7D339E;
}
.TagClassName
{
border-color: #7D339E;
}
</style>