Shades of Blue Violet #7914DF
Tints of Blue Violet #7914DF
RGB
CMYK
RGB Variations
Color information
#7914DF (or 0x7914DF) is known color: Blue Violet. HEX triplet: 79, 14 and DF. RGB value is (121,20,223). Sum of RGB (Red+Green+Blue) = 121+20+223=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #7914DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914DF is #86EB20. Grayscale: #484848. Windows color (decimal): -8842017 or 14619769. OLE color: 14619769.
HSL color Cylindrical-coordinate representation of color #7914DF: hue angle of 269.85º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7914DF is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 20 | 223 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.13 |
| HSL | 269.85º | 0.84% | 0.48% | - |
| HSV(B) | 269.85º | 0.91% | 0.87% | - |
| XYZ | 21.45 | 9.89 | 70.59 | - |
| YUV | 73.34 | 212.46 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 223 | 0.46 | 0.91 | 0 | 0.13 | 269.85 | 0.84 | 0.48 |
| Hex | 79 | 14 | DF | 2E | 5B | 0 | D | 10E | 54 | 30 |
| Octal | 171 | 24 | 337 | 56 | 133 | 0 | 15 | 416 | 124 | 60 |
| Binary | 1111001 | 10100 | 11011111 | 101110 | 1011011 | 0 | 1101 | 100001110 | 1010100 | 110000 |
Color Harmonies of #7914DF
Complementary color
Monochromatic Colors of #7914DF
Black with #7914DF
Text Example
Text Example
White with #7914DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7914DF; }
p { color: rgb(121,20,223); }
H1.HeaderClassName
{
color: #7914DF;
}
.AnyTagClassName
{
color: #7914DF;
}
</style>
background-color css
<style>
a { background-color: #7914DF; }
a { background-color: rgb(121,20,223); }
div.DivClassName
{
background-color: #7914DF;
}
.BgClassName
{
background-color: #7914DF;
}
</style>
border-color css
<style>
span { border-color: #7914DF; }
span { border-color: rgb(121,20,223); }
td.TdClassName
{
border-color: #7914DF;
}
.TagClassName
{
border-color: #7914DF;
}
</style>