Shades of Vivid Violet #7A3481
Tints of Vivid Violet #7A3481
RGB
CMYK
RGB Variations
Color information
#7A3481 (or 0x7A3481) is known color: Vivid Violet. HEX triplet: 7A, 34 and 81. RGB value is (122,52,129). Sum of RGB (Red+Green+Blue) = 122+52+129=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A3481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3481 is #85CB7E. Grayscale: #515151. Windows color (decimal): -8768383 or 8467578. OLE color: 8467578.
HSL color Cylindrical-coordinate representation of color #7A3481: hue angle of 294.55º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A3481 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 52 | 129 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.49 |
| HSL | 294.55º | 0.43% | 0.35% | - |
| HSV(B) | 294.55º | 0.6% | 0.51% | - |
| XYZ | 13.22 | 8.18 | 21.65 | - |
| YUV | 81.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 129 | 0.05 | 0.60 | 0 | 0.49 | 294.55 | 0.43 | 0.35 |
| Hex | 7A | 34 | 81 | 5 | 3C | 0 | 31 | 127 | 2B | 23 |
| Octal | 172 | 64 | 201 | 5 | 74 | 0 | 61 | 447 | 53 | 43 |
| Binary | 1111010 | 110100 | 10000001 | 101 | 111100 | 0 | 110001 | 100100111 | 101011 | 100011 |
Color Harmonies of #7A3481
Complementary color
Monochromatic Colors of #7A3481
Black with #7A3481
Text Example
Text Example
White with #7A3481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3481; }
p { color: rgb(122,52,129); }
H1.HeaderClassName
{
color: #7A3481;
}
.AnyTagClassName
{
color: #7A3481;
}
</style>
background-color css
<style>
a { background-color: #7A3481; }
a { background-color: rgb(122,52,129); }
div.DivClassName
{
background-color: #7A3481;
}
.BgClassName
{
background-color: #7A3481;
}
</style>
border-color css
<style>
span { border-color: #7A3481; }
span { border-color: rgb(122,52,129); }
td.TdClassName
{
border-color: #7A3481;
}
.TagClassName
{
border-color: #7A3481;
}
</style>