Shades of Dark Violet #7607DC
Tints of Dark Violet #7607DC
RGB
CMYK
RGB Variations
Color information
#7607DC (or 0x7607DC) is known color: Dark Violet. HEX triplet: 76, 07 and DC. RGB value is (118,7,220). Sum of RGB (Red+Green+Blue) = 118+7+220=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #7607DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607DC is #89F823. Grayscale: #3F3F3F. Windows color (decimal): -9041956 or 14419830. OLE color: 14419830.
HSL color Cylindrical-coordinate representation of color #7607DC: hue angle of 271.27º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607DC is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 7 | 220 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.14 |
| HSL | 271.27º | 0.94% | 0.45% | - |
| HSV(B) | 271.27º | 0.97% | 0.86% | - |
| XYZ | 20.47 | 9.17 | 68.4 | - |
| YUV | 64.47 | 215.77 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 220 | 0.46 | 0.97 | 0 | 0.14 | 271.27 | 0.94 | 0.45 |
| Hex | 76 | 7 | DC | 2E | 61 | 0 | E | 10F | 5E | 2D |
| Octal | 166 | 7 | 334 | 56 | 141 | 0 | 16 | 417 | 136 | 55 |
| Binary | 1110110 | 111 | 11011100 | 101110 | 1100001 | 0 | 1110 | 100001111 | 1011110 | 101101 |
Color Harmonies of #7607DC
Complementary color
Monochromatic Colors of #7607DC
Black with #7607DC
Text Example
Text Example
White with #7607DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607DC; }
p { color: rgb(118,7,220); }
H1.HeaderClassName
{
color: #7607DC;
}
.AnyTagClassName
{
color: #7607DC;
}
</style>
background-color css
<style>
a { background-color: #7607DC; }
a { background-color: rgb(118,7,220); }
div.DivClassName
{
background-color: #7607DC;
}
.BgClassName
{
background-color: #7607DC;
}
</style>
border-color css
<style>
span { border-color: #7607DC; }
span { border-color: rgb(118,7,220); }
td.TdClassName
{
border-color: #7607DC;
}
.TagClassName
{
border-color: #7607DC;
}
</style>