Shades of Blue Violet #7912E1
Tints of Blue Violet #7912E1
RGB
CMYK
RGB Variations
Color information
#7912E1 (or 0x7912E1) is known color: Blue Violet. HEX triplet: 79, 12 and E1. RGB value is (121,18,225). Sum of RGB (Red+Green+Blue) = 121+18+225=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 225 (88.28% from 255 or 61.81% from 364); Max value from RGB is 225 - color contains mainly: blue. Hex color #7912E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7912E1 is #86ED1E. Grayscale: #474747. Windows color (decimal): -8842527 or 14750329. OLE color: 14750329.
HSL color Cylindrical-coordinate representation of color #7912E1: hue angle of 269.86º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7912E1 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 18 | 225 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.12 |
| HSL | 269.86º | 0.85% | 0.48% | - |
| HSV(B) | 269.86º | 0.92% | 0.88% | - |
| XYZ | 21.69 | 9.93 | 72.01 | - |
| YUV | 72.4 | 214.12 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 225 | 0.46 | 0.92 | 0 | 0.12 | 269.86 | 0.85 | 0.48 |
| Hex | 79 | 12 | E1 | 2E | 5C | 0 | C | 10E | 55 | 30 |
| Octal | 171 | 22 | 341 | 56 | 134 | 0 | 14 | 416 | 125 | 60 |
| Binary | 1111001 | 10010 | 11100001 | 101110 | 1011100 | 0 | 1100 | 100001110 | 1010101 | 110000 |
Color Harmonies of #7912E1
Complementary color
Monochromatic Colors of #7912E1
Black with #7912E1
Text Example
Text Example
White with #7912E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7912E1; }
p { color: rgb(121,18,225); }
H1.HeaderClassName
{
color: #7912E1;
}
.AnyTagClassName
{
color: #7912E1;
}
</style>
background-color css
<style>
a { background-color: #7912E1; }
a { background-color: rgb(121,18,225); }
div.DivClassName
{
background-color: #7912E1;
}
.BgClassName
{
background-color: #7912E1;
}
</style>
border-color css
<style>
span { border-color: #7912E1; }
span { border-color: rgb(121,18,225); }
td.TdClassName
{
border-color: #7912E1;
}
.TagClassName
{
border-color: #7912E1;
}
</style>