Shades of Dark Violet #7708DC
Tints of Dark Violet #7708DC
RGB
CMYK
RGB Variations
Color information
#7708DC (or 0x7708DC) is known color: Dark Violet. HEX triplet: 77, 08 and DC. RGB value is (119,8,220). Sum of RGB (Red+Green+Blue) = 119+8+220=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #7708DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7708DC is #88F723. Grayscale: #404040. Windows color (decimal): -8976164 or 14420087. OLE color: 14420087.
HSL color Cylindrical-coordinate representation of color #7708DC: hue angle of 271.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7708DC is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 8 | 220 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.14 |
| HSL | 271.42º | 0.93% | 0.45% | - |
| HSV(B) | 271.42º | 0.96% | 0.86% | - |
| XYZ | 20.61 | 9.26 | 68.41 | - |
| YUV | 65.36 | 215.27 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 220 | 0.46 | 0.96 | 0 | 0.14 | 271.42 | 0.93 | 0.45 |
| Hex | 77 | 8 | DC | 2E | 60 | 0 | E | 10F | 5D | 2D |
| Octal | 167 | 10 | 334 | 56 | 140 | 0 | 16 | 417 | 135 | 55 |
| Binary | 1110111 | 1000 | 11011100 | 101110 | 1100000 | 0 | 1110 | 100001111 | 1011101 | 101101 |
Color Harmonies of #7708DC
Complementary color
Monochromatic Colors of #7708DC
Black with #7708DC
Text Example
Text Example
White with #7708DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7708DC; }
p { color: rgb(119,8,220); }
H1.HeaderClassName
{
color: #7708DC;
}
.AnyTagClassName
{
color: #7708DC;
}
</style>
background-color css
<style>
a { background-color: #7708DC; }
a { background-color: rgb(119,8,220); }
div.DivClassName
{
background-color: #7708DC;
}
.BgClassName
{
background-color: #7708DC;
}
</style>
border-color css
<style>
span { border-color: #7708DC; }
span { border-color: rgb(119,8,220); }
td.TdClassName
{
border-color: #7708DC;
}
.TagClassName
{
border-color: #7708DC;
}
</style>