Shades of Dark Violet #7607D5
Tints of Dark Violet #7607D5
RGB
CMYK
RGB Variations
Color information
#7607D5 (or 0x7607D5) is known color: Dark Violet. HEX triplet: 76, 07 and D5. RGB value is (118,7,213). Sum of RGB (Red+Green+Blue) = 118+7+213=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #7607D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607D5 is #89F82A. Grayscale: #3E3E3E. Windows color (decimal): -9041963 or 13961078. OLE color: 13961078.
HSL color Cylindrical-coordinate representation of color #7607D5: hue angle of 272.33º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607D5 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 7 | 213 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.16 |
| HSL | 272.33º | 0.94% | 0.43% | - |
| HSV(B) | 272.33º | 0.97% | 0.84% | - |
| XYZ | 19.56 | 8.81 | 63.62 | - |
| YUV | 63.67 | 212.27 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 213 | 0.45 | 0.97 | 0 | 0.16 | 272.33 | 0.94 | 0.43 |
| Hex | 76 | 7 | D5 | 2D | 61 | 0 | 10 | 110 | 5E | 2B |
| Octal | 166 | 7 | 325 | 55 | 141 | 0 | 20 | 420 | 136 | 53 |
| Binary | 1110110 | 111 | 11010101 | 101101 | 1100001 | 0 | 10000 | 100010000 | 1011110 | 101011 |
Color Harmonies of #7607D5
Complementary color
Monochromatic Colors of #7607D5
Black with #7607D5
Text Example
Text Example
White with #7607D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607D5; }
p { color: rgb(118,7,213); }
H1.HeaderClassName
{
color: #7607D5;
}
.AnyTagClassName
{
color: #7607D5;
}
</style>
background-color css
<style>
a { background-color: #7607D5; }
a { background-color: rgb(118,7,213); }
div.DivClassName
{
background-color: #7607D5;
}
.BgClassName
{
background-color: #7607D5;
}
</style>
border-color css
<style>
span { border-color: #7607D5; }
span { border-color: rgb(118,7,213); }
td.TdClassName
{
border-color: #7607D5;
}
.TagClassName
{
border-color: #7607D5;
}
</style>