Shades of Dark Violet #7C07CC
Tints of Dark Violet #7C07CC
RGB
CMYK
RGB Variations
Color information
#7C07CC (or 0x7C07CC) is known color: Dark Violet. HEX triplet: 7C, 07 and CC. RGB value is (124,7,204). Sum of RGB (Red+Green+Blue) = 124+7+204=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C07CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C07CC is #83F833. Grayscale: #3F3F3F. Windows color (decimal): -8648756 or 13371260. OLE color: 13371260.
HSL color Cylindrical-coordinate representation of color #7C07CC: hue angle of 275.63º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C07CC is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 7 | 204 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.2 |
| HSL | 275.63º | 0.93% | 0.41% | - |
| HSV(B) | 275.63º | 0.97% | 0.8% | - |
| XYZ | 19.29 | 8.8 | 57.81 | - |
| YUV | 64.44 | 206.76 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 204 | 0.39 | 0.97 | 0 | 0.2 | 275.63 | 0.93 | 0.41 |
| Hex | 7C | 7 | CC | 27 | 61 | 0 | 14 | 114 | 5D | 29 |
| Octal | 174 | 7 | 314 | 47 | 141 | 0 | 24 | 424 | 135 | 51 |
| Binary | 1111100 | 111 | 11001100 | 100111 | 1100001 | 0 | 10100 | 100010100 | 1011101 | 101001 |
Color Harmonies of #7C07CC
Complementary color
Monochromatic Colors of #7C07CC
Black with #7C07CC
Text Example
Text Example
White with #7C07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C07CC; }
p { color: rgb(124,7,204); }
H1.HeaderClassName
{
color: #7C07CC;
}
.AnyTagClassName
{
color: #7C07CC;
}
</style>
background-color css
<style>
a { background-color: #7C07CC; }
a { background-color: rgb(124,7,204); }
div.DivClassName
{
background-color: #7C07CC;
}
.BgClassName
{
background-color: #7C07CC;
}
</style>
border-color css
<style>
span { border-color: #7C07CC; }
span { border-color: rgb(124,7,204); }
td.TdClassName
{
border-color: #7C07CC;
}
.TagClassName
{
border-color: #7C07CC;
}
</style>