Shades of Dark Violet #7601DC
Tints of Dark Violet #7601DC
RGB
CMYK
RGB Variations
Color information
#7601DC (or 0x7601DC) is known color: Dark Violet. HEX triplet: 76, 01 and DC. RGB value is (118,1,220). Sum of RGB (Red+Green+Blue) = 118+1+220=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #7601DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7601DC is #89FE23. Grayscale: #3C3C3C. Windows color (decimal): -9043492 or 14418294. OLE color: 14418294.
HSL color Cylindrical-coordinate representation of color #7601DC: hue angle of 272.05º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7601DC is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 1 | 220 | - |
| CMYK | 0.46 | 1.00 | 0 | 0.14 |
| HSL | 272.05º | 0.99% | 0.43% | - |
| HSV(B) | 272.05º | 1% | 0.86% | - |
| XYZ | 20.4 | 9.04 | 68.38 | - |
| YUV | 60.95 | 217.76 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 220 | 0.46 | 1.00 | 0 | 0.14 | 272.05 | 0.99 | 0.43 |
| Hex | 76 | 1 | DC | 2E | 64 | 0 | E | 110 | 63 | 2B |
| Octal | 166 | 1 | 334 | 56 | 144 | 0 | 16 | 420 | 143 | 53 |
| Binary | 1110110 | 1 | 11011100 | 101110 | 1100100 | 0 | 1110 | 100010000 | 1100011 | 101011 |
Color Harmonies of #7601DC
Complementary color
Monochromatic Colors of #7601DC
Black with #7601DC
Text Example
Text Example
White with #7601DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601DC; }
p { color: rgb(118,1,220); }
H1.HeaderClassName
{
color: #7601DC;
}
.AnyTagClassName
{
color: #7601DC;
}
</style>
background-color css
<style>
a { background-color: #7601DC; }
a { background-color: rgb(118,1,220); }
div.DivClassName
{
background-color: #7601DC;
}
.BgClassName
{
background-color: #7601DC;
}
</style>
border-color css
<style>
span { border-color: #7601DC; }
span { border-color: rgb(118,1,220); }
td.TdClassName
{
border-color: #7601DC;
}
.TagClassName
{
border-color: #7601DC;
}
</style>