Shades of Vivid Violet #7A2482
Tints of Vivid Violet #7A2482
RGB
CMYK
RGB Variations
Color information
#7A2482 (or 0x7A2482) is known color: Vivid Violet. HEX triplet: 7A, 24 and 82. RGB value is (122,36,130). Sum of RGB (Red+Green+Blue) = 122+36+130=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A2482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2482 is #85DB7D. Grayscale: #484848. Windows color (decimal): -8772478 or 8529018. OLE color: 8529018.
HSL color Cylindrical-coordinate representation of color #7A2482: hue angle of 294.89º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2482 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 36 | 130 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.49 |
| HSL | 294.89º | 0.57% | 0.33% | - |
| HSV(B) | 294.89º | 0.72% | 0.51% | - |
| XYZ | 12.69 | 7.01 | 21.8 | - |
| YUV | 72.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 130 | 0.06 | 0.72 | 0 | 0.49 | 294.89 | 0.57 | 0.33 |
| Hex | 7A | 24 | 82 | 6 | 48 | 0 | 31 | 127 | 39 | 21 |
| Octal | 172 | 44 | 202 | 6 | 110 | 0 | 61 | 447 | 71 | 41 |
| Binary | 1111010 | 100100 | 10000010 | 110 | 1001000 | 0 | 110001 | 100100111 | 111001 | 100001 |
Color Harmonies of #7A2482
Complementary color
Monochromatic Colors of #7A2482
Black with #7A2482
Text Example
Text Example
White with #7A2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2482; }
p { color: rgb(122,36,130); }
H1.HeaderClassName
{
color: #7A2482;
}
.AnyTagClassName
{
color: #7A2482;
}
</style>
background-color css
<style>
a { background-color: #7A2482; }
a { background-color: rgb(122,36,130); }
div.DivClassName
{
background-color: #7A2482;
}
.BgClassName
{
background-color: #7A2482;
}
</style>
border-color css
<style>
span { border-color: #7A2482; }
span { border-color: rgb(122,36,130); }
td.TdClassName
{
border-color: #7A2482;
}
.TagClassName
{
border-color: #7A2482;
}
</style>