Shades of Vivid Violet #7D349D
Tints of Vivid Violet #7D349D
RGB
CMYK
RGB Variations
Color information
#7D349D (or 0x7D349D) is known color: Vivid Violet. HEX triplet: 7D, 34 and 9D. RGB value is (125,52,157). Sum of RGB (Red+Green+Blue) = 125+52+157=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D349D is #82CB62. Grayscale: #555555. Windows color (decimal): -8571747 or 10302589. OLE color: 10302589.
HSL color Cylindrical-coordinate representation of color #7D349D: hue angle of 281.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D349D is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 52 | 157 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.38 |
| HSL | 281.71º | 0.5% | 0.41% | - |
| HSV(B) | 281.71º | 0.67% | 0.62% | - |
| XYZ | 15.77 | 9.25 | 32.85 | - |
| YUV | 85.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 157 | 0.20 | 0.67 | 0 | 0.38 | 281.71 | 0.5 | 0.41 |
| Hex | 7D | 34 | 9D | 14 | 43 | 0 | 26 | 11A | 32 | 29 |
| Octal | 175 | 64 | 235 | 24 | 103 | 0 | 46 | 432 | 62 | 51 |
| Binary | 1111101 | 110100 | 10011101 | 10100 | 1000011 | 0 | 100110 | 100011010 | 110010 | 101001 |
Color Harmonies of #7D349D
Complementary color
Monochromatic Colors of #7D349D
Black with #7D349D
Text Example
Text Example
White with #7D349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D349D; }
p { color: rgb(125,52,157); }
H1.HeaderClassName
{
color: #7D349D;
}
.AnyTagClassName
{
color: #7D349D;
}
</style>
background-color css
<style>
a { background-color: #7D349D; }
a { background-color: rgb(125,52,157); }
div.DivClassName
{
background-color: #7D349D;
}
.BgClassName
{
background-color: #7D349D;
}
</style>
border-color css
<style>
span { border-color: #7D349D; }
span { border-color: rgb(125,52,157); }
td.TdClassName
{
border-color: #7D349D;
}
.TagClassName
{
border-color: #7D349D;
}
</style>