Shades of Dark Violet #7D04DC
Tints of Dark Violet #7D04DC
RGB
CMYK
RGB Variations
Color information
#7D04DC (or 0x7D04DC) is known color: Dark Violet. HEX triplet: 7D, 04 and DC. RGB value is (125,4,220). Sum of RGB (Red+Green+Blue) = 125+4+220=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D04DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D04DC is #82FB23. Grayscale: #404040. Windows color (decimal): -8583972 or 14419069. OLE color: 14419069.
HSL color Cylindrical-coordinate representation of color #7D04DC: hue angle of 273.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D04DC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 4 | 220 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.14 |
| HSL | 273.61º | 0.96% | 0.44% | - |
| HSV(B) | 273.61º | 0.98% | 0.86% | - |
| XYZ | 21.42 | 9.61 | 68.44 | - |
| YUV | 64.8 | 215.59 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 220 | 0.43 | 0.98 | 0 | 0.14 | 273.61 | 0.96 | 0.44 |
| Hex | 7D | 4 | DC | 2B | 62 | 0 | E | 112 | 60 | 2C |
| Octal | 175 | 4 | 334 | 53 | 142 | 0 | 16 | 422 | 140 | 54 |
| Binary | 1111101 | 100 | 11011100 | 101011 | 1100010 | 0 | 1110 | 100010010 | 1100000 | 101100 |
Color Harmonies of #7D04DC
Complementary color
Monochromatic Colors of #7D04DC
Black with #7D04DC
Text Example
Text Example
White with #7D04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D04DC; }
p { color: rgb(125,4,220); }
H1.HeaderClassName
{
color: #7D04DC;
}
.AnyTagClassName
{
color: #7D04DC;
}
</style>
background-color css
<style>
a { background-color: #7D04DC; }
a { background-color: rgb(125,4,220); }
div.DivClassName
{
background-color: #7D04DC;
}
.BgClassName
{
background-color: #7D04DC;
}
</style>
border-color css
<style>
span { border-color: #7D04DC; }
span { border-color: rgb(125,4,220); }
td.TdClassName
{
border-color: #7D04DC;
}
.TagClassName
{
border-color: #7D04DC;
}
</style>