Shades of Vivid Violet #7915AA
Tints of Vivid Violet #7915AA
RGB
CMYK
RGB Variations
Color information
#7915AA (or 0x7915AA) is known color: Vivid Violet. HEX triplet: 79, 15 and AA. RGB value is (121,21,170). Sum of RGB (Red+Green+Blue) = 121+21+170=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #7915AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7915AA is #86EA55. Grayscale: #434343. Windows color (decimal): -8841814 or 11146617. OLE color: 11146617.
HSL color Cylindrical-coordinate representation of color #7915AA: hue angle of 280.27º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7915AA is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 21 | 170 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.33 |
| HSL | 280.27º | 0.78% | 0.37% | - |
| HSV(B) | 280.27º | 0.88% | 0.67% | - |
| XYZ | 15.41 | 7.5 | 38.67 | - |
| YUV | 67.89 | 185.63 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 170 | 0.29 | 0.88 | 0 | 0.33 | 280.27 | 0.78 | 0.37 |
| Hex | 79 | 15 | AA | 1D | 58 | 0 | 21 | 118 | 4E | 25 |
| Octal | 171 | 25 | 252 | 35 | 130 | 0 | 41 | 430 | 116 | 45 |
| Binary | 1111001 | 10101 | 10101010 | 11101 | 1011000 | 0 | 100001 | 100011000 | 1001110 | 100101 |
Color Harmonies of #7915AA
Complementary color
Monochromatic Colors of #7915AA
Black with #7915AA
Text Example
Text Example
White with #7915AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915AA; }
p { color: rgb(121,21,170); }
H1.HeaderClassName
{
color: #7915AA;
}
.AnyTagClassName
{
color: #7915AA;
}
</style>
background-color css
<style>
a { background-color: #7915AA; }
a { background-color: rgb(121,21,170); }
div.DivClassName
{
background-color: #7915AA;
}
.BgClassName
{
background-color: #7915AA;
}
</style>
border-color css
<style>
span { border-color: #7915AA; }
span { border-color: rgb(121,21,170); }
td.TdClassName
{
border-color: #7915AA;
}
.TagClassName
{
border-color: #7915AA;
}
</style>