Shades of Vivid Violet #7D309D
Tints of Vivid Violet #7D309D
RGB
CMYK
RGB Variations
Color information
#7D309D (or 0x7D309D) is known color: Vivid Violet. HEX triplet: 7D, 30 and 9D. RGB value is (125,48,157). Sum of RGB (Red+Green+Blue) = 125+48+157=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D309D is #82CF62. Grayscale: #535353. Windows color (decimal): -8572771 or 10301565. OLE color: 10301565.
HSL color Cylindrical-coordinate representation of color #7D309D: hue angle of 282.39º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D309D is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 48 | 157 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.38 |
| HSL | 282.39º | 0.53% | 0.4% | - |
| HSV(B) | 282.39º | 0.69% | 0.62% | - |
| XYZ | 15.6 | 8.91 | 32.8 | - |
| YUV | 83.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 157 | 0.20 | 0.69 | 0 | 0.38 | 282.39 | 0.53 | 0.4 |
| Hex | 7D | 30 | 9D | 14 | 45 | 0 | 26 | 11A | 35 | 28 |
| Octal | 175 | 60 | 235 | 24 | 105 | 0 | 46 | 432 | 65 | 50 |
| Binary | 1111101 | 110000 | 10011101 | 10100 | 1000101 | 0 | 100110 | 100011010 | 110101 | 101000 |
Color Harmonies of #7D309D
Complementary color
Monochromatic Colors of #7D309D
Black with #7D309D
Text Example
Text Example
White with #7D309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D309D; }
p { color: rgb(125,48,157); }
H1.HeaderClassName
{
color: #7D309D;
}
.AnyTagClassName
{
color: #7D309D;
}
</style>
background-color css
<style>
a { background-color: #7D309D; }
a { background-color: rgb(125,48,157); }
div.DivClassName
{
background-color: #7D309D;
}
.BgClassName
{
background-color: #7D309D;
}
</style>
border-color css
<style>
span { border-color: #7D309D; }
span { border-color: rgb(125,48,157); }
td.TdClassName
{
border-color: #7D309D;
}
.TagClassName
{
border-color: #7D309D;
}
</style>