Shades of Vivid Violet #7A2D83
Tints of Vivid Violet #7A2D83
RGB
CMYK
RGB Variations
Color information
#7A2D83 (or 0x7A2D83) is known color: Vivid Violet. HEX triplet: 7A, 2D and 83. RGB value is (122,45,131). Sum of RGB (Red+Green+Blue) = 122+45+131=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A2D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2D83 is #85D27C. Grayscale: #4D4D4D. Windows color (decimal): -8770173 or 8596858. OLE color: 8596858.
HSL color Cylindrical-coordinate representation of color #7A2D83: hue angle of 293.72º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2D83 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 45 | 131 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.49 |
| HSL | 293.72º | 0.49% | 0.35% | - |
| HSV(B) | 293.72º | 0.66% | 0.51% | - |
| XYZ | 13.06 | 7.65 | 22.26 | - |
| YUV | 77.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 131 | 0.07 | 0.66 | 0 | 0.49 | 293.72 | 0.49 | 0.35 |
| Hex | 7A | 2D | 83 | 7 | 42 | 0 | 31 | 126 | 31 | 23 |
| Octal | 172 | 55 | 203 | 7 | 102 | 0 | 61 | 446 | 61 | 43 |
| Binary | 1111010 | 101101 | 10000011 | 111 | 1000010 | 0 | 110001 | 100100110 | 110001 | 100011 |
Color Harmonies of #7A2D83
Complementary color
Monochromatic Colors of #7A2D83
Black with #7A2D83
Text Example
Text Example
White with #7A2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2D83; }
p { color: rgb(122,45,131); }
H1.HeaderClassName
{
color: #7A2D83;
}
.AnyTagClassName
{
color: #7A2D83;
}
</style>
background-color css
<style>
a { background-color: #7A2D83; }
a { background-color: rgb(122,45,131); }
div.DivClassName
{
background-color: #7A2D83;
}
.BgClassName
{
background-color: #7A2D83;
}
</style>
border-color css
<style>
span { border-color: #7A2D83; }
span { border-color: rgb(122,45,131); }
td.TdClassName
{
border-color: #7A2D83;
}
.TagClassName
{
border-color: #7A2D83;
}
</style>