Shades of Dark Violet #7900AE
Tints of Dark Violet #7900AE
RGB
CMYK
RGB Variations
Color information
#7900AE (or 0x7900AE) is known color: Dark Violet. HEX triplet: 79, 00 and AE. RGB value is (121,0,174). Sum of RGB (Red+Green+Blue) = 121+0+174=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #7900AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7900AE is #86FF51. Grayscale: #373737. Windows color (decimal): -8847186 or 11403385. OLE color: 11403385.
HSL color Cylindrical-coordinate representation of color #7900AE: hue angle of 281.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900AE is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 0 | 174 | - |
| CMYK | 0.30 | 1 | 0 | 0.32 |
| HSL | 281.72º | 1% | 0.34% | - |
| HSV(B) | 281.72º | 1% | 0.68% | - |
| XYZ | 15.53 | 7.12 | 40.6 | - |
| YUV | 56.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 174 | 0.30 | 1 | 0 | 0.32 | 281.72 | 1 | 0.34 |
| Hex | 79 | 0 | AE | 1E | 64 | 0 | 20 | 11A | 64 | 22 |
| Octal | 171 | 0 | 256 | 36 | 144 | 0 | 40 | 432 | 144 | 42 |
| Binary | 1111001 | 0 | 10101110 | 11110 | 1100100 | 0 | 100000 | 100011010 | 1100100 | 100010 |
Color Harmonies of #7900AE
Complementary color
Monochromatic Colors of #7900AE
Black with #7900AE
Text Example
Text Example
White with #7900AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900AE; }
p { color: rgb(121,0,174); }
H1.HeaderClassName
{
color: #7900AE;
}
.AnyTagClassName
{
color: #7900AE;
}
</style>
background-color css
<style>
a { background-color: #7900AE; }
a { background-color: rgb(121,0,174); }
div.DivClassName
{
background-color: #7900AE;
}
.BgClassName
{
background-color: #7900AE;
}
</style>
border-color css
<style>
span { border-color: #7900AE; }
span { border-color: rgb(121,0,174); }
td.TdClassName
{
border-color: #7900AE;
}
.TagClassName
{
border-color: #7900AE;
}
</style>