Shades of Vivid Violet #7A309D
Tints of Vivid Violet #7A309D
RGB
CMYK
RGB Variations
Color information
#7A309D (or 0x7A309D) is known color: Vivid Violet. HEX triplet: 7A, 30 and 9D. RGB value is (122,48,157). Sum of RGB (Red+Green+Blue) = 122+48+157=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A309D is #85CF62. Grayscale: #525252. Windows color (decimal): -8769379 or 10301562. OLE color: 10301562.
HSL color Cylindrical-coordinate representation of color #7A309D: hue angle of 280.73º 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 #7A309D is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 48 | 157 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.38 |
| HSL | 280.73º | 0.53% | 0.4% | - |
| HSV(B) | 280.73º | 0.69% | 0.62% | - |
| XYZ | 15.17 | 8.69 | 32.78 | - |
| YUV | 82.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 157 | 0.22 | 0.69 | 0 | 0.38 | 280.73 | 0.53 | 0.4 |
| Hex | 7A | 30 | 9D | 16 | 45 | 0 | 26 | 119 | 35 | 28 |
| Octal | 172 | 60 | 235 | 26 | 105 | 0 | 46 | 431 | 65 | 50 |
| Binary | 1111010 | 110000 | 10011101 | 10110 | 1000101 | 0 | 100110 | 100011001 | 110101 | 101000 |
Color Harmonies of #7A309D
Complementary color
Monochromatic Colors of #7A309D
Black with #7A309D
Text Example
Text Example
White with #7A309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A309D; }
p { color: rgb(122,48,157); }
H1.HeaderClassName
{
color: #7A309D;
}
.AnyTagClassName
{
color: #7A309D;
}
</style>
background-color css
<style>
a { background-color: #7A309D; }
a { background-color: rgb(122,48,157); }
div.DivClassName
{
background-color: #7A309D;
}
.BgClassName
{
background-color: #7A309D;
}
</style>
border-color css
<style>
span { border-color: #7A309D; }
span { border-color: rgb(122,48,157); }
td.TdClassName
{
border-color: #7A309D;
}
.TagClassName
{
border-color: #7A309D;
}
</style>