Shades of Dark Violet #7608DF
Tints of Dark Violet #7608DF
RGB
CMYK
RGB Variations
Color information
#7608DF (or 0x7608DF) is known color: Dark Violet. HEX triplet: 76, 08 and DF. RGB value is (118,8,223). Sum of RGB (Red+Green+Blue) = 118+8+223=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #7608DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7608DF is #89F720. Grayscale: #404040. Windows color (decimal): -9041697 or 14616694. OLE color: 14616694.
HSL color Cylindrical-coordinate representation of color #7608DF: hue angle of 270.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7608DF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 8 | 223 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.13 |
| HSL | 270.7º | 0.93% | 0.45% | - |
| HSV(B) | 270.7º | 0.96% | 0.87% | - |
| XYZ | 20.88 | 9.35 | 70.52 | - |
| YUV | 65.4 | 216.94 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 223 | 0.47 | 0.96 | 0 | 0.13 | 270.7 | 0.93 | 0.45 |
| Hex | 76 | 8 | DF | 2F | 60 | 0 | D | 10F | 5D | 2D |
| Octal | 166 | 10 | 337 | 57 | 140 | 0 | 15 | 417 | 135 | 55 |
| Binary | 1110110 | 1000 | 11011111 | 101111 | 1100000 | 0 | 1101 | 100001111 | 1011101 | 101101 |
Color Harmonies of #7608DF
Complementary color
Monochromatic Colors of #7608DF
Black with #7608DF
Text Example
Text Example
White with #7608DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7608DF; }
p { color: rgb(118,8,223); }
H1.HeaderClassName
{
color: #7608DF;
}
.AnyTagClassName
{
color: #7608DF;
}
</style>
background-color css
<style>
a { background-color: #7608DF; }
a { background-color: rgb(118,8,223); }
div.DivClassName
{
background-color: #7608DF;
}
.BgClassName
{
background-color: #7608DF;
}
</style>
border-color css
<style>
span { border-color: #7608DF; }
span { border-color: rgb(118,8,223); }
td.TdClassName
{
border-color: #7608DF;
}
.TagClassName
{
border-color: #7608DF;
}
</style>