Shades of Dark Violet #7D04CC
Tints of Dark Violet #7D04CC
RGB
CMYK
RGB Variations
Color information
#7D04CC (or 0x7D04CC) is known color: Dark Violet. HEX triplet: 7D, 04 and CC. RGB value is (125,4,204). Sum of RGB (Red+Green+Blue) = 125+4+204=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D04CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D04CC is #82FB33. Grayscale: #3E3E3E. Windows color (decimal): -8583988 or 13370493. OLE color: 13370493.
HSL color Cylindrical-coordinate representation of color #7D04CC: hue angle of 276.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D04CC is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 4 | 204 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.2 |
| HSL | 276.3º | 0.96% | 0.41% | - |
| HSV(B) | 276.3º | 0.98% | 0.8% | - |
| XYZ | 19.4 | 8.81 | 57.8 | - |
| YUV | 62.98 | 207.59 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 204 | 0.39 | 0.98 | 0 | 0.2 | 276.3 | 0.96 | 0.41 |
| Hex | 7D | 4 | CC | 27 | 62 | 0 | 14 | 114 | 60 | 29 |
| Octal | 175 | 4 | 314 | 47 | 142 | 0 | 24 | 424 | 140 | 51 |
| Binary | 1111101 | 100 | 11001100 | 100111 | 1100010 | 0 | 10100 | 100010100 | 1100000 | 101001 |
Color Harmonies of #7D04CC
Complementary color
Monochromatic Colors of #7D04CC
Black with #7D04CC
Text Example
Text Example
White with #7D04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D04CC; }
p { color: rgb(125,4,204); }
H1.HeaderClassName
{
color: #7D04CC;
}
.AnyTagClassName
{
color: #7D04CC;
}
</style>
background-color css
<style>
a { background-color: #7D04CC; }
a { background-color: rgb(125,4,204); }
div.DivClassName
{
background-color: #7D04CC;
}
.BgClassName
{
background-color: #7D04CC;
}
</style>
border-color css
<style>
span { border-color: #7D04CC; }
span { border-color: rgb(125,4,204); }
td.TdClassName
{
border-color: #7D04CC;
}
.TagClassName
{
border-color: #7D04CC;
}
</style>