Shades of Dark Violet #7C04CF
Tints of Dark Violet #7C04CF
RGB
CMYK
RGB Variations
Color information
#7C04CF (or 0x7C04CF) is known color: Dark Violet. HEX triplet: 7C, 04 and CF. RGB value is (124,4,207). Sum of RGB (Red+Green+Blue) = 124+4+207=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C04CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C04CF is #83FB30. Grayscale: #3E3E3E. Windows color (decimal): -8649521 or 13567100. OLE color: 13567100.
HSL color Cylindrical-coordinate representation of color #7C04CF: hue angle of 275.47º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C04CF is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 4 | 207 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.19 |
| HSL | 275.47º | 0.96% | 0.41% | - |
| HSV(B) | 275.47º | 0.98% | 0.81% | - |
| XYZ | 19.62 | 8.88 | 59.71 | - |
| YUV | 63.02 | 209.26 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 207 | 0.40 | 0.98 | 0 | 0.19 | 275.47 | 0.96 | 0.41 |
| Hex | 7C | 4 | CF | 28 | 62 | 0 | 13 | 113 | 60 | 29 |
| Octal | 174 | 4 | 317 | 50 | 142 | 0 | 23 | 423 | 140 | 51 |
| Binary | 1111100 | 100 | 11001111 | 101000 | 1100010 | 0 | 10011 | 100010011 | 1100000 | 101001 |
Color Harmonies of #7C04CF
Complementary color
Monochromatic Colors of #7C04CF
Black with #7C04CF
Text Example
Text Example
White with #7C04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C04CF; }
p { color: rgb(124,4,207); }
H1.HeaderClassName
{
color: #7C04CF;
}
.AnyTagClassName
{
color: #7C04CF;
}
</style>
background-color css
<style>
a { background-color: #7C04CF; }
a { background-color: rgb(124,4,207); }
div.DivClassName
{
background-color: #7C04CF;
}
.BgClassName
{
background-color: #7C04CF;
}
</style>
border-color css
<style>
span { border-color: #7C04CF; }
span { border-color: rgb(124,4,207); }
td.TdClassName
{
border-color: #7C04CF;
}
.TagClassName
{
border-color: #7C04CF;
}
</style>