Shades of Vivid Violet #7A3582
Tints of Vivid Violet #7A3582
RGB
CMYK
RGB Variations
Color information
#7A3582 (or 0x7A3582) is known color: Vivid Violet. HEX triplet: 7A, 35 and 82. RGB value is (122,53,130). Sum of RGB (Red+Green+Blue) = 122+53+130=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A3582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3582 is #85CA7D. Grayscale: #525252. Windows color (decimal): -8768126 or 8533370. OLE color: 8533370.
HSL color Cylindrical-coordinate representation of color #7A3582: hue angle of 293.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3582 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 53 | 130 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.49 |
| HSL | 293.77º | 0.42% | 0.36% | - |
| HSV(B) | 293.77º | 0.59% | 0.51% | - |
| XYZ | 13.33 | 8.3 | 22.02 | - |
| YUV | 82.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 130 | 0.06 | 0.59 | 0 | 0.49 | 293.77 | 0.42 | 0.36 |
| Hex | 7A | 35 | 82 | 6 | 3B | 0 | 31 | 126 | 2A | 24 |
| Octal | 172 | 65 | 202 | 6 | 73 | 0 | 61 | 446 | 52 | 44 |
| Binary | 1111010 | 110101 | 10000010 | 110 | 111011 | 0 | 110001 | 100100110 | 101010 | 100100 |
Color Harmonies of #7A3582
Complementary color
Monochromatic Colors of #7A3582
Black with #7A3582
Text Example
Text Example
White with #7A3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3582; }
p { color: rgb(122,53,130); }
H1.HeaderClassName
{
color: #7A3582;
}
.AnyTagClassName
{
color: #7A3582;
}
</style>
background-color css
<style>
a { background-color: #7A3582; }
a { background-color: rgb(122,53,130); }
div.DivClassName
{
background-color: #7A3582;
}
.BgClassName
{
background-color: #7A3582;
}
</style>
border-color css
<style>
span { border-color: #7A3582; }
span { border-color: rgb(122,53,130); }
td.TdClassName
{
border-color: #7A3582;
}
.TagClassName
{
border-color: #7A3582;
}
</style>