Shades of Dark Violet #7600D9
Tints of Dark Violet #7600D9
RGB
CMYK
RGB Variations
Color information
#7600D9 (or 0x7600D9) is known color: Dark Violet. HEX triplet: 76, 00 and D9. RGB value is (118,0,217). Sum of RGB (Red+Green+Blue) = 118+0+217=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #7600D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600D9 is #89FF26. Grayscale: #3B3B3B. Windows color (decimal): -9043751 or 14221430. OLE color: 14221430.
HSL color Cylindrical-coordinate representation of color #7600D9: hue angle of 272.63º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600D9 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 0 | 217 | - |
| CMYK | 0.46 | 1 | 0 | 0.15 |
| HSL | 272.63º | 1% | 0.43% | - |
| HSV(B) | 272.63º | 1% | 0.85% | - |
| XYZ | 20 | 8.86 | 66.3 | - |
| YUV | 60.02 | 216.59 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 217 | 0.46 | 1 | 0 | 0.15 | 272.63 | 1 | 0.43 |
| Hex | 76 | 0 | D9 | 2E | 64 | 0 | F | 111 | 64 | 2B |
| Octal | 166 | 0 | 331 | 56 | 144 | 0 | 17 | 421 | 144 | 53 |
| Binary | 1110110 | 0 | 11011001 | 101110 | 1100100 | 0 | 1111 | 100010001 | 1100100 | 101011 |
Color Harmonies of #7600D9
Complementary color
Monochromatic Colors of #7600D9
Black with #7600D9
Text Example
Text Example
White with #7600D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7600D9; }
p { color: rgb(118,0,217); }
H1.HeaderClassName
{
color: #7600D9;
}
.AnyTagClassName
{
color: #7600D9;
}
</style>
background-color css
<style>
a { background-color: #7600D9; }
a { background-color: rgb(118,0,217); }
div.DivClassName
{
background-color: #7600D9;
}
.BgClassName
{
background-color: #7600D9;
}
</style>
border-color css
<style>
span { border-color: #7600D9; }
span { border-color: rgb(118,0,217); }
td.TdClassName
{
border-color: #7600D9;
}
.TagClassName
{
border-color: #7600D9;
}
</style>