Shades of Dark Violet #7C07E0
Tints of Dark Violet #7C07E0
RGB
CMYK
RGB Variations
Color information
#7C07E0 (or 0x7C07E0) is known color: Dark Violet. HEX triplet: 7C, 07 and E0. RGB value is (124,7,224). Sum of RGB (Red+Green+Blue) = 124+7+224=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #7C07E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C07E0 is #83F81F. Grayscale: #414141. Windows color (decimal): -8648736 or 14681980. OLE color: 14681980.
HSL color Cylindrical-coordinate representation of color #7C07E0: hue angle of 272.35º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C07E0 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 7 | 224 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.12 |
| HSL | 272.35º | 0.94% | 0.45% | - |
| HSV(B) | 272.35º | 0.97% | 0.88% | - |
| XYZ | 21.84 | 9.82 | 71.27 | - |
| YUV | 66.72 | 216.76 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 224 | 0.45 | 0.97 | 0 | 0.12 | 272.35 | 0.94 | 0.45 |
| Hex | 7C | 7 | E0 | 2D | 61 | 0 | C | 110 | 5E | 2D |
| Octal | 174 | 7 | 340 | 55 | 141 | 0 | 14 | 420 | 136 | 55 |
| Binary | 1111100 | 111 | 11100000 | 101101 | 1100001 | 0 | 1100 | 100010000 | 1011110 | 101101 |
Color Harmonies of #7C07E0
Complementary color
Monochromatic Colors of #7C07E0
Black with #7C07E0
Text Example
Text Example
White with #7C07E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C07E0; }
p { color: rgb(124,7,224); }
H1.HeaderClassName
{
color: #7C07E0;
}
.AnyTagClassName
{
color: #7C07E0;
}
</style>
background-color css
<style>
a { background-color: #7C07E0; }
a { background-color: rgb(124,7,224); }
div.DivClassName
{
background-color: #7C07E0;
}
.BgClassName
{
background-color: #7C07E0;
}
</style>
border-color css
<style>
span { border-color: #7C07E0; }
span { border-color: rgb(124,7,224); }
td.TdClassName
{
border-color: #7C07E0;
}
.TagClassName
{
border-color: #7C07E0;
}
</style>