Shades of Dark Violet #7608DB
Tints of Dark Violet #7608DB
RGB
CMYK
RGB Variations
Color information
#7608DB (or 0x7608DB) is known color: Dark Violet. HEX triplet: 76, 08 and DB. RGB value is (118,8,219). Sum of RGB (Red+Green+Blue) = 118+8+219=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #7608DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7608DB is #89F724. Grayscale: #404040. Windows color (decimal): -9041701 or 14354550. OLE color: 14354550.
HSL color Cylindrical-coordinate representation of color #7608DB: hue angle of 271.28º 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 #7608DB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 8 | 219 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.14 |
| HSL | 271.28º | 0.93% | 0.45% | - |
| HSV(B) | 271.28º | 0.96% | 0.86% | - |
| XYZ | 20.34 | 9.14 | 67.71 | - |
| YUV | 64.94 | 214.94 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 219 | 0.46 | 0.96 | 0 | 0.14 | 271.28 | 0.93 | 0.45 |
| Hex | 76 | 8 | DB | 2E | 60 | 0 | E | 10F | 5D | 2D |
| Octal | 166 | 10 | 333 | 56 | 140 | 0 | 16 | 417 | 135 | 55 |
| Binary | 1110110 | 1000 | 11011011 | 101110 | 1100000 | 0 | 1110 | 100001111 | 1011101 | 101101 |
Color Harmonies of #7608DB
Complementary color
Monochromatic Colors of #7608DB
Black with #7608DB
Text Example
Text Example
White with #7608DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7608DB; }
p { color: rgb(118,8,219); }
H1.HeaderClassName
{
color: #7608DB;
}
.AnyTagClassName
{
color: #7608DB;
}
</style>
background-color css
<style>
a { background-color: #7608DB; }
a { background-color: rgb(118,8,219); }
div.DivClassName
{
background-color: #7608DB;
}
.BgClassName
{
background-color: #7608DB;
}
</style>
border-color css
<style>
span { border-color: #7608DB; }
span { border-color: rgb(118,8,219); }
td.TdClassName
{
border-color: #7608DB;
}
.TagClassName
{
border-color: #7608DB;
}
</style>