Shades of Blue Violet #7718DC
Tints of Blue Violet #7718DC
RGB
CMYK
RGB Variations
Color information
#7718DC (or 0x7718DC) is known color: Blue Violet. HEX triplet: 77, 18 and DC. RGB value is (119,24,220). Sum of RGB (Red+Green+Blue) = 119+24+220=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #7718DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7718DC is #88E723. Grayscale: #4A4A4A. Windows color (decimal): -8972068 or 14424183. OLE color: 14424183.
HSL color Cylindrical-coordinate representation of color #7718DC: hue angle of 269.08º 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 #7718DC is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 24 | 220 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.14 |
| HSL | 269.08º | 0.8% | 0.48% | - |
| HSV(B) | 269.08º | 0.89% | 0.86% | - |
| XYZ | 20.85 | 9.74 | 68.49 | - |
| YUV | 74.75 | 209.97 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 220 | 0.46 | 0.89 | 0 | 0.14 | 269.08 | 0.8 | 0.48 |
| Hex | 77 | 18 | DC | 2E | 59 | 0 | E | 10D | 50 | 30 |
| Octal | 167 | 30 | 334 | 56 | 131 | 0 | 16 | 415 | 120 | 60 |
| Binary | 1110111 | 11000 | 11011100 | 101110 | 1011001 | 0 | 1110 | 100001101 | 1010000 | 110000 |
Color Harmonies of #7718DC
Complementary color
Monochromatic Colors of #7718DC
Black with #7718DC
Text Example
Text Example
White with #7718DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718DC; }
p { color: rgb(119,24,220); }
H1.HeaderClassName
{
color: #7718DC;
}
.AnyTagClassName
{
color: #7718DC;
}
</style>
background-color css
<style>
a { background-color: #7718DC; }
a { background-color: rgb(119,24,220); }
div.DivClassName
{
background-color: #7718DC;
}
.BgClassName
{
background-color: #7718DC;
}
</style>
border-color css
<style>
span { border-color: #7718DC; }
span { border-color: rgb(119,24,220); }
td.TdClassName
{
border-color: #7718DC;
}
.TagClassName
{
border-color: #7718DC;
}
</style>