Shades of Blue Violet #7918DC
Tints of Blue Violet #7918DC
RGB
CMYK
RGB Variations
Color information
#7918DC (or 0x7918DC) is known color: Blue Violet. HEX triplet: 79, 18 and DC. RGB value is (121,24,220). Sum of RGB (Red+Green+Blue) = 121+24+220=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #7918DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7918DC is #86E723. Grayscale: #4A4A4A. Windows color (decimal): -8840996 or 14424185. OLE color: 14424185.
HSL color Cylindrical-coordinate representation of color #7918DC: hue angle of 269.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7918DC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 24 | 220 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.14 |
| HSL | 269.69º | 0.8% | 0.48% | - |
| HSV(B) | 269.69º | 0.89% | 0.86% | - |
| XYZ | 21.13 | 9.89 | 68.5 | - |
| YUV | 75.35 | 209.64 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 220 | 0.45 | 0.89 | 0 | 0.14 | 269.69 | 0.8 | 0.48 |
| Hex | 79 | 18 | DC | 2D | 59 | 0 | E | 10E | 50 | 30 |
| Octal | 171 | 30 | 334 | 55 | 131 | 0 | 16 | 416 | 120 | 60 |
| Binary | 1111001 | 11000 | 11011100 | 101101 | 1011001 | 0 | 1110 | 100001110 | 1010000 | 110000 |
Color Harmonies of #7918DC
Complementary color
Monochromatic Colors of #7918DC
Black with #7918DC
Text Example
Text Example
White with #7918DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7918DC; }
p { color: rgb(121,24,220); }
H1.HeaderClassName
{
color: #7918DC;
}
.AnyTagClassName
{
color: #7918DC;
}
</style>
background-color css
<style>
a { background-color: #7918DC; }
a { background-color: rgb(121,24,220); }
div.DivClassName
{
background-color: #7918DC;
}
.BgClassName
{
background-color: #7918DC;
}
</style>
border-color css
<style>
span { border-color: #7918DC; }
span { border-color: rgb(121,24,220); }
td.TdClassName
{
border-color: #7918DC;
}
.TagClassName
{
border-color: #7918DC;
}
</style>