Shades of Dark Violet #7C04E1
Tints of Dark Violet #7C04E1
RGB
CMYK
RGB Variations
Color information
#7C04E1 (or 0x7C04E1) is known color: Dark Violet. HEX triplet: 7C, 04 and E1. RGB value is (124,4,225). Sum of RGB (Red+Green+Blue) = 124+4+225=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #7C04E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C04E1 is #83FB1E. Grayscale: #404040. Windows color (decimal): -8649503 or 14746748. OLE color: 14746748.
HSL color Cylindrical-coordinate representation of color #7C04E1: hue angle of 272.58º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C04E1 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 4 | 225 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.12 |
| HSL | 272.58º | 0.97% | 0.45% | - |
| HSV(B) | 272.58º | 0.98% | 0.88% | - |
| XYZ | 21.95 | 9.81 | 71.97 | - |
| YUV | 65.07 | 218.26 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 225 | 0.45 | 0.98 | 0 | 0.12 | 272.58 | 0.97 | 0.45 |
| Hex | 7C | 4 | E1 | 2D | 62 | 0 | C | 111 | 61 | 2D |
| Octal | 174 | 4 | 341 | 55 | 142 | 0 | 14 | 421 | 141 | 55 |
| Binary | 1111100 | 100 | 11100001 | 101101 | 1100010 | 0 | 1100 | 100010001 | 1100001 | 101101 |
Color Harmonies of #7C04E1
Complementary color
Monochromatic Colors of #7C04E1
Black with #7C04E1
Text Example
Text Example
White with #7C04E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C04E1; }
p { color: rgb(124,4,225); }
H1.HeaderClassName
{
color: #7C04E1;
}
.AnyTagClassName
{
color: #7C04E1;
}
</style>
background-color css
<style>
a { background-color: #7C04E1; }
a { background-color: rgb(124,4,225); }
div.DivClassName
{
background-color: #7C04E1;
}
.BgClassName
{
background-color: #7C04E1;
}
</style>
border-color css
<style>
span { border-color: #7C04E1; }
span { border-color: rgb(124,4,225); }
td.TdClassName
{
border-color: #7C04E1;
}
.TagClassName
{
border-color: #7C04E1;
}
</style>