Shades of Vivid Violet #7A1799
Tints of Vivid Violet #7A1799
RGB
CMYK
RGB Variations
Color information
#7A1799 (or 0x7A1799) is known color: Vivid Violet. HEX triplet: 7A, 17 and 99. RGB value is (122,23,153). Sum of RGB (Red+Green+Blue) = 122+23+153=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1799 is #85E866. Grayscale: #434343. Windows color (decimal): -8775783 or 10033018. OLE color: 10033018.
HSL color Cylindrical-coordinate representation of color #7A1799: hue angle of 285.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1799 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 23 | 153 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.4 |
| HSL | 285.69º | 0.74% | 0.35% | - |
| HSV(B) | 285.69º | 0.85% | 0.6% | - |
| XYZ | 14.08 | 7.05 | 30.76 | - |
| YUV | 67.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 153 | 0.20 | 0.85 | 0 | 0.4 | 285.69 | 0.74 | 0.35 |
| Hex | 7A | 17 | 99 | 14 | 55 | 0 | 28 | 11E | 4A | 23 |
| Octal | 172 | 27 | 231 | 24 | 125 | 0 | 50 | 436 | 112 | 43 |
| Binary | 1111010 | 10111 | 10011001 | 10100 | 1010101 | 0 | 101000 | 100011110 | 1001010 | 100011 |
Color Harmonies of #7A1799
Complementary color
Monochromatic Colors of #7A1799
Black with #7A1799
Text Example
Text Example
White with #7A1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1799; }
p { color: rgb(122,23,153); }
H1.HeaderClassName
{
color: #7A1799;
}
.AnyTagClassName
{
color: #7A1799;
}
</style>
background-color css
<style>
a { background-color: #7A1799; }
a { background-color: rgb(122,23,153); }
div.DivClassName
{
background-color: #7A1799;
}
.BgClassName
{
background-color: #7A1799;
}
</style>
border-color css
<style>
span { border-color: #7A1799; }
span { border-color: rgb(122,23,153); }
td.TdClassName
{
border-color: #7A1799;
}
.TagClassName
{
border-color: #7A1799;
}
</style>