Shades of Dark Violet #7607DA
Tints of Dark Violet #7607DA
RGB
CMYK
RGB Variations
Color information
#7607DA (or 0x7607DA) is known color: Dark Violet. HEX triplet: 76, 07 and DA. RGB value is (118,7,218). Sum of RGB (Red+Green+Blue) = 118+7+218=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #7607DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607DA is #89F825. Grayscale: #3F3F3F. Windows color (decimal): -9041958 or 14288758. OLE color: 14288758.
HSL color Cylindrical-coordinate representation of color #7607DA: hue angle of 271.56º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607DA is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 7 | 218 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.15 |
| HSL | 271.56º | 0.94% | 0.44% | - |
| HSV(B) | 271.56º | 0.97% | 0.85% | - |
| XYZ | 20.2 | 9.07 | 67.01 | - |
| YUV | 64.24 | 214.77 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 218 | 0.46 | 0.97 | 0 | 0.15 | 271.56 | 0.94 | 0.44 |
| Hex | 76 | 7 | DA | 2E | 61 | 0 | F | 110 | 5E | 2C |
| Octal | 166 | 7 | 332 | 56 | 141 | 0 | 17 | 420 | 136 | 54 |
| Binary | 1110110 | 111 | 11011010 | 101110 | 1100001 | 0 | 1111 | 100010000 | 1011110 | 101100 |
Color Harmonies of #7607DA
Complementary color
Monochromatic Colors of #7607DA
Black with #7607DA
Text Example
Text Example
White with #7607DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607DA; }
p { color: rgb(118,7,218); }
H1.HeaderClassName
{
color: #7607DA;
}
.AnyTagClassName
{
color: #7607DA;
}
</style>
background-color css
<style>
a { background-color: #7607DA; }
a { background-color: rgb(118,7,218); }
div.DivClassName
{
background-color: #7607DA;
}
.BgClassName
{
background-color: #7607DA;
}
</style>
border-color css
<style>
span { border-color: #7607DA; }
span { border-color: rgb(118,7,218); }
td.TdClassName
{
border-color: #7607DA;
}
.TagClassName
{
border-color: #7607DA;
}
</style>