Shades of Dark Violet #7708DB
Tints of Dark Violet #7708DB
RGB
CMYK
RGB Variations
Color information
#7708DB (or 0x7708DB) is known color: Dark Violet. HEX triplet: 77, 08 and DB. RGB value is (119,8,219). Sum of RGB (Red+Green+Blue) = 119+8+219=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #7708DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7708DB is #88F724. Grayscale: #404040. Windows color (decimal): -8976165 or 14354551. OLE color: 14354551.
HSL color Cylindrical-coordinate representation of color #7708DB: hue angle of 271.56º 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 #7708DB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 8 | 219 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.14 |
| HSL | 271.56º | 0.93% | 0.45% | - |
| HSV(B) | 271.56º | 0.96% | 0.86% | - |
| XYZ | 20.48 | 9.21 | 67.72 | - |
| YUV | 65.24 | 214.77 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 219 | 0.46 | 0.96 | 0 | 0.14 | 271.56 | 0.93 | 0.45 |
| Hex | 77 | 8 | DB | 2E | 60 | 0 | E | 110 | 5D | 2D |
| Octal | 167 | 10 | 333 | 56 | 140 | 0 | 16 | 420 | 135 | 55 |
| Binary | 1110111 | 1000 | 11011011 | 101110 | 1100000 | 0 | 1110 | 100010000 | 1011101 | 101101 |
Color Harmonies of #7708DB
Complementary color
Monochromatic Colors of #7708DB
Black with #7708DB
Text Example
Text Example
White with #7708DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7708DB; }
p { color: rgb(119,8,219); }
H1.HeaderClassName
{
color: #7708DB;
}
.AnyTagClassName
{
color: #7708DB;
}
</style>
background-color css
<style>
a { background-color: #7708DB; }
a { background-color: rgb(119,8,219); }
div.DivClassName
{
background-color: #7708DB;
}
.BgClassName
{
background-color: #7708DB;
}
</style>
border-color css
<style>
span { border-color: #7708DB; }
span { border-color: rgb(119,8,219); }
td.TdClassName
{
border-color: #7708DB;
}
.TagClassName
{
border-color: #7708DB;
}
</style>