Shades of Vivid Violet #7A2985
Tints of Vivid Violet #7A2985
RGB
CMYK
RGB Variations
Color information
#7A2985 (or 0x7A2985) is known color: Vivid Violet. HEX triplet: 7A, 29 and 85. RGB value is (122,41,133). Sum of RGB (Red+Green+Blue) = 122+41+133=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A2985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2985 is #85D67A. Grayscale: #4B4B4B. Windows color (decimal): -8771195 or 8726906. OLE color: 8726906.
HSL color Cylindrical-coordinate representation of color #7A2985: hue angle of 292.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2985 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 41 | 133 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.48 |
| HSL | 292.83º | 0.53% | 0.34% | - |
| HSV(B) | 292.83º | 0.69% | 0.52% | - |
| XYZ | 13.05 | 7.42 | 22.93 | - |
| YUV | 75.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 133 | 0.08 | 0.69 | 0 | 0.48 | 292.83 | 0.53 | 0.34 |
| Hex | 7A | 29 | 85 | 8 | 45 | 0 | 30 | 125 | 35 | 22 |
| Octal | 172 | 51 | 205 | 10 | 105 | 0 | 60 | 445 | 65 | 42 |
| Binary | 1111010 | 101001 | 10000101 | 1000 | 1000101 | 0 | 110000 | 100100101 | 110101 | 100010 |
Color Harmonies of #7A2985
Complementary color
Monochromatic Colors of #7A2985
Black with #7A2985
Text Example
Text Example
White with #7A2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2985; }
p { color: rgb(122,41,133); }
H1.HeaderClassName
{
color: #7A2985;
}
.AnyTagClassName
{
color: #7A2985;
}
</style>
background-color css
<style>
a { background-color: #7A2985; }
a { background-color: rgb(122,41,133); }
div.DivClassName
{
background-color: #7A2985;
}
.BgClassName
{
background-color: #7A2985;
}
</style>
border-color css
<style>
span { border-color: #7A2985; }
span { border-color: rgb(122,41,133); }
td.TdClassName
{
border-color: #7A2985;
}
.TagClassName
{
border-color: #7A2985;
}
</style>