Shades of Dark Violet #7606DF
Tints of Dark Violet #7606DF
RGB
CMYK
RGB Variations
Color information
#7606DF (or 0x7606DF) is known color: Dark Violet. HEX triplet: 76, 06 and DF. RGB value is (118,6,223). Sum of RGB (Red+Green+Blue) = 118+6+223=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #7606DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7606DF is #89F920. Grayscale: #3F3F3F. Windows color (decimal): -9042209 or 14616182. OLE color: 14616182.
HSL color Cylindrical-coordinate representation of color #7606DF: hue angle of 270.97º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7606DF is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 6 | 223 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.13 |
| HSL | 270.97º | 0.95% | 0.45% | - |
| HSV(B) | 270.97º | 0.97% | 0.87% | - |
| XYZ | 20.86 | 9.31 | 70.51 | - |
| YUV | 64.23 | 217.61 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 6 | 223 | 0.47 | 0.97 | 0 | 0.13 | 270.97 | 0.95 | 0.45 |
| Hex | 76 | 6 | DF | 2F | 61 | 0 | D | 10F | 5F | 2D |
| Octal | 166 | 6 | 337 | 57 | 141 | 0 | 15 | 417 | 137 | 55 |
| Binary | 1110110 | 110 | 11011111 | 101111 | 1100001 | 0 | 1101 | 100001111 | 1011111 | 101101 |
Color Harmonies of #7606DF
Complementary color
Monochromatic Colors of #7606DF
Black with #7606DF
Text Example
Text Example
White with #7606DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7606DF; }
p { color: rgb(118,6,223); }
H1.HeaderClassName
{
color: #7606DF;
}
.AnyTagClassName
{
color: #7606DF;
}
</style>
background-color css
<style>
a { background-color: #7606DF; }
a { background-color: rgb(118,6,223); }
div.DivClassName
{
background-color: #7606DF;
}
.BgClassName
{
background-color: #7606DF;
}
</style>
border-color css
<style>
span { border-color: #7606DF; }
span { border-color: rgb(118,6,223); }
td.TdClassName
{
border-color: #7606DF;
}
.TagClassName
{
border-color: #7606DF;
}
</style>