Shades of Vivid Violet #7A1E99
Tints of Vivid Violet #7A1E99
RGB
CMYK
RGB Variations
Color information
#7A1E99 (or 0x7A1E99) is known color: Vivid Violet. HEX triplet: 7A, 1E and 99. RGB value is (122,30,153). Sum of RGB (Red+Green+Blue) = 122+30+153=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1E99 is #85E166. Grayscale: #474747. Windows color (decimal): -8773991 or 10034810. OLE color: 10034810.
HSL color Cylindrical-coordinate representation of color #7A1E99: hue angle of 284.88º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1E99 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 30 | 153 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.4 |
| HSL | 284.88º | 0.67% | 0.36% | - |
| HSV(B) | 284.88º | 0.8% | 0.6% | - |
| XYZ | 14.24 | 7.37 | 30.81 | - |
| YUV | 71.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 153 | 0.20 | 0.80 | 0 | 0.4 | 284.88 | 0.67 | 0.36 |
| Hex | 7A | 1E | 99 | 14 | 50 | 0 | 28 | 11D | 43 | 24 |
| Octal | 172 | 36 | 231 | 24 | 120 | 0 | 50 | 435 | 103 | 44 |
| Binary | 1111010 | 11110 | 10011001 | 10100 | 1010000 | 0 | 101000 | 100011101 | 1000011 | 100100 |
Color Harmonies of #7A1E99
Complementary color
Monochromatic Colors of #7A1E99
Black with #7A1E99
Text Example
Text Example
White with #7A1E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1E99; }
p { color: rgb(122,30,153); }
H1.HeaderClassName
{
color: #7A1E99;
}
.AnyTagClassName
{
color: #7A1E99;
}
</style>
background-color css
<style>
a { background-color: #7A1E99; }
a { background-color: rgb(122,30,153); }
div.DivClassName
{
background-color: #7A1E99;
}
.BgClassName
{
background-color: #7A1E99;
}
</style>
border-color css
<style>
span { border-color: #7A1E99; }
span { border-color: rgb(122,30,153); }
td.TdClassName
{
border-color: #7A1E99;
}
.TagClassName
{
border-color: #7A1E99;
}
</style>