Shades of Vivid Violet #7912A8
Tints of Vivid Violet #7912A8
RGB
CMYK
RGB Variations
Color information
#7912A8 (or 0x7912A8) is known color: Vivid Violet. HEX triplet: 79, 12 and A8. RGB value is (121,18,168). Sum of RGB (Red+Green+Blue) = 121+18+168=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #7912A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7912A8 is #86ED57. Grayscale: #414141. Windows color (decimal): -8842584 or 11014777. OLE color: 11014777.
HSL color Cylindrical-coordinate representation of color #7912A8: hue angle of 281.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7912A8 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 18 | 168 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.34 |
| HSL | 281.2º | 0.81% | 0.36% | - |
| HSV(B) | 281.2º | 0.89% | 0.66% | - |
| XYZ | 15.17 | 7.32 | 37.66 | - |
| YUV | 65.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 168 | 0.28 | 0.89 | 0 | 0.34 | 281.2 | 0.81 | 0.36 |
| Hex | 79 | 12 | A8 | 1C | 59 | 0 | 22 | 119 | 51 | 24 |
| Octal | 171 | 22 | 250 | 34 | 131 | 0 | 42 | 431 | 121 | 44 |
| Binary | 1111001 | 10010 | 10101000 | 11100 | 1011001 | 0 | 100010 | 100011001 | 1010001 | 100100 |
Color Harmonies of #7912A8
Complementary color
Monochromatic Colors of #7912A8
Black with #7912A8
Text Example
Text Example
White with #7912A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912A8; }
p { color: rgb(121,18,168); }
H1.HeaderClassName
{
color: #7912A8;
}
.AnyTagClassName
{
color: #7912A8;
}
</style>
background-color css
<style>
a { background-color: #7912A8; }
a { background-color: rgb(121,18,168); }
div.DivClassName
{
background-color: #7912A8;
}
.BgClassName
{
background-color: #7912A8;
}
</style>
border-color css
<style>
span { border-color: #7912A8; }
span { border-color: rgb(121,18,168); }
td.TdClassName
{
border-color: #7912A8;
}
.TagClassName
{
border-color: #7912A8;
}
</style>