Shades of Dark Violet #7C04DD
Tints of Dark Violet #7C04DD
RGB
CMYK
RGB Variations
Color information
#7C04DD (or 0x7C04DD) is known color: Dark Violet. HEX triplet: 7C, 04 and DD. RGB value is (124,4,221). Sum of RGB (Red+Green+Blue) = 124+4+221=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C04DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C04DD is #83FB22. Grayscale: #3F3F3F. Windows color (decimal): -8649507 or 14484604. OLE color: 14484604.
HSL color Cylindrical-coordinate representation of color #7C04DD: hue angle of 273.18º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C04DD is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 4 | 221 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.13 |
| HSL | 273.18º | 0.96% | 0.44% | - |
| HSV(B) | 273.18º | 0.98% | 0.87% | - |
| XYZ | 21.41 | 9.59 | 69.13 | - |
| YUV | 64.62 | 216.26 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 221 | 0.44 | 0.98 | 0 | 0.13 | 273.18 | 0.96 | 0.44 |
| Hex | 7C | 4 | DD | 2C | 62 | 0 | D | 111 | 60 | 2C |
| Octal | 174 | 4 | 335 | 54 | 142 | 0 | 15 | 421 | 140 | 54 |
| Binary | 1111100 | 100 | 11011101 | 101100 | 1100010 | 0 | 1101 | 100010001 | 1100000 | 101100 |
Color Harmonies of #7C04DD
Complementary color
Monochromatic Colors of #7C04DD
Black with #7C04DD
Text Example
Text Example
White with #7C04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C04DD; }
p { color: rgb(124,4,221); }
H1.HeaderClassName
{
color: #7C04DD;
}
.AnyTagClassName
{
color: #7C04DD;
}
</style>
background-color css
<style>
a { background-color: #7C04DD; }
a { background-color: rgb(124,4,221); }
div.DivClassName
{
background-color: #7C04DD;
}
.BgClassName
{
background-color: #7C04DD;
}
</style>
border-color css
<style>
span { border-color: #7C04DD; }
span { border-color: rgb(124,4,221); }
td.TdClassName
{
border-color: #7C04DD;
}
.TagClassName
{
border-color: #7C04DD;
}
</style>