Shades of Vivid Violet #7D319C
Tints of Vivid Violet #7D319C
RGB
CMYK
RGB Variations
Color information
#7D319C (or 0x7D319C) is known color: Vivid Violet. HEX triplet: 7D, 31 and 9C. RGB value is (125,49,156). Sum of RGB (Red+Green+Blue) = 125+49+156=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D319C is #82CE63. Grayscale: #535353. Windows color (decimal): -8572516 or 10236285. OLE color: 10236285.
HSL color Cylindrical-coordinate representation of color #7D319C: hue angle of 282.62º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D319C is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 49 | 156 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.39 |
| HSL | 282.62º | 0.52% | 0.4% | - |
| HSV(B) | 282.62º | 0.69% | 0.61% | - |
| XYZ | 15.56 | 8.96 | 32.36 | - |
| YUV | 83.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 156 | 0.20 | 0.69 | 0 | 0.39 | 282.62 | 0.52 | 0.4 |
| Hex | 7D | 31 | 9C | 14 | 45 | 0 | 27 | 11B | 34 | 28 |
| Octal | 175 | 61 | 234 | 24 | 105 | 0 | 47 | 433 | 64 | 50 |
| Binary | 1111101 | 110001 | 10011100 | 10100 | 1000101 | 0 | 100111 | 100011011 | 110100 | 101000 |
Color Harmonies of #7D319C
Complementary color
Monochromatic Colors of #7D319C
Black with #7D319C
Text Example
Text Example
White with #7D319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D319C; }
p { color: rgb(125,49,156); }
H1.HeaderClassName
{
color: #7D319C;
}
.AnyTagClassName
{
color: #7D319C;
}
</style>
background-color css
<style>
a { background-color: #7D319C; }
a { background-color: rgb(125,49,156); }
div.DivClassName
{
background-color: #7D319C;
}
.BgClassName
{
background-color: #7D319C;
}
</style>
border-color css
<style>
span { border-color: #7D319C; }
span { border-color: rgb(125,49,156); }
td.TdClassName
{
border-color: #7D319C;
}
.TagClassName
{
border-color: #7D319C;
}
</style>