Shades of Blue Violet #7914CE
Tints of Blue Violet #7914CE
RGB
CMYK
RGB Variations
Color information
#7914CE (or 0x7914CE) is known color: Blue Violet. HEX triplet: 79, 14 and CE. RGB value is (121,20,206). Sum of RGB (Red+Green+Blue) = 121+20+206=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #7914CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914CE is #86EB31. Grayscale: #464646. Windows color (decimal): -8842034 or 13505657. OLE color: 13505657.
HSL color Cylindrical-coordinate representation of color #7914CE: hue angle of 272.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7914CE is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 20 | 206 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.19 |
| HSL | 272.58º | 0.82% | 0.44% | - |
| HSV(B) | 272.58º | 0.9% | 0.81% | - |
| XYZ | 19.28 | 9.02 | 59.12 | - |
| YUV | 71.4 | 203.96 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 206 | 0.41 | 0.90 | 0 | 0.19 | 272.58 | 0.82 | 0.44 |
| Hex | 79 | 14 | CE | 29 | 5A | 0 | 13 | 111 | 52 | 2C |
| Octal | 171 | 24 | 316 | 51 | 132 | 0 | 23 | 421 | 122 | 54 |
| Binary | 1111001 | 10100 | 11001110 | 101001 | 1011010 | 0 | 10011 | 100010001 | 1010010 | 101100 |
Color Harmonies of #7914CE
Complementary color
Monochromatic Colors of #7914CE
Black with #7914CE
Text Example
Text Example
White with #7914CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7914CE; }
p { color: rgb(121,20,206); }
H1.HeaderClassName
{
color: #7914CE;
}
.AnyTagClassName
{
color: #7914CE;
}
</style>
background-color css
<style>
a { background-color: #7914CE; }
a { background-color: rgb(121,20,206); }
div.DivClassName
{
background-color: #7914CE;
}
.BgClassName
{
background-color: #7914CE;
}
</style>
border-color css
<style>
span { border-color: #7914CE; }
span { border-color: rgb(121,20,206); }
td.TdClassName
{
border-color: #7914CE;
}
.TagClassName
{
border-color: #7914CE;
}
</style>