Shades of Dark Violet #7607D0
Tints of Dark Violet #7607D0
RGB
CMYK
RGB Variations
Color information
#7607D0 (or 0x7607D0) is known color: Dark Violet. HEX triplet: 76, 07 and D0. RGB value is (118,7,208). Sum of RGB (Red+Green+Blue) = 118+7+208=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #7607D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607D0 is #89F82F. Grayscale: #3E3E3E. Windows color (decimal): -9041968 or 13633398. OLE color: 13633398.
HSL color Cylindrical-coordinate representation of color #7607D0: hue angle of 273.13º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607D0 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 7 | 208 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.18 |
| HSL | 273.13º | 0.93% | 0.42% | - |
| HSV(B) | 273.13º | 0.97% | 0.82% | - |
| XYZ | 18.93 | 8.56 | 60.33 | - |
| YUV | 63.1 | 209.77 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 208 | 0.43 | 0.97 | 0 | 0.18 | 273.13 | 0.93 | 0.42 |
| Hex | 76 | 7 | D0 | 2B | 61 | 0 | 12 | 111 | 5D | 2A |
| Octal | 166 | 7 | 320 | 53 | 141 | 0 | 22 | 421 | 135 | 52 |
| Binary | 1110110 | 111 | 11010000 | 101011 | 1100001 | 0 | 10010 | 100010001 | 1011101 | 101010 |
Color Harmonies of #7607D0
Complementary color
Monochromatic Colors of #7607D0
Black with #7607D0
Text Example
Text Example
White with #7607D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607D0; }
p { color: rgb(118,7,208); }
H1.HeaderClassName
{
color: #7607D0;
}
.AnyTagClassName
{
color: #7607D0;
}
</style>
background-color css
<style>
a { background-color: #7607D0; }
a { background-color: rgb(118,7,208); }
div.DivClassName
{
background-color: #7607D0;
}
.BgClassName
{
background-color: #7607D0;
}
</style>
border-color css
<style>
span { border-color: #7607D0; }
span { border-color: rgb(118,7,208); }
td.TdClassName
{
border-color: #7607D0;
}
.TagClassName
{
border-color: #7607D0;
}
</style>