Shades of Vivid Violet #7A2185
Tints of Vivid Violet #7A2185
RGB
CMYK
RGB Variations
Color information
#7A2185 (or 0x7A2185) is known color: Vivid Violet. HEX triplet: 7A, 21 and 85. RGB value is (122,33,133). Sum of RGB (Red+Green+Blue) = 122+33+133=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A2185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2185 is #85DE7A. Grayscale: #464646. Windows color (decimal): -8773243 or 8724858. OLE color: 8724858.
HSL color Cylindrical-coordinate representation of color #7A2185: hue angle of 293.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2185 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 33 | 133 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.48 |
| HSL | 293.4º | 0.6% | 0.33% | - |
| HSV(B) | 293.4º | 0.75% | 0.52% | - |
| XYZ | 12.8 | 6.92 | 22.85 | - |
| YUV | 71.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 133 | 0.08 | 0.75 | 0 | 0.48 | 293.4 | 0.6 | 0.33 |
| Hex | 7A | 21 | 85 | 8 | 4B | 0 | 30 | 125 | 3C | 21 |
| Octal | 172 | 41 | 205 | 10 | 113 | 0 | 60 | 445 | 74 | 41 |
| Binary | 1111010 | 100001 | 10000101 | 1000 | 1001011 | 0 | 110000 | 100100101 | 111100 | 100001 |
Color Harmonies of #7A2185
Complementary color
Monochromatic Colors of #7A2185
Black with #7A2185
Text Example
Text Example
White with #7A2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2185; }
p { color: rgb(122,33,133); }
H1.HeaderClassName
{
color: #7A2185;
}
.AnyTagClassName
{
color: #7A2185;
}
</style>
background-color css
<style>
a { background-color: #7A2185; }
a { background-color: rgb(122,33,133); }
div.DivClassName
{
background-color: #7A2185;
}
.BgClassName
{
background-color: #7A2185;
}
</style>
border-color css
<style>
span { border-color: #7A2185; }
span { border-color: rgb(122,33,133); }
td.TdClassName
{
border-color: #7A2185;
}
.TagClassName
{
border-color: #7A2185;
}
</style>