Shades of Dark Violet #7C07E1
Tints of Dark Violet #7C07E1
RGB
CMYK
RGB Variations
Color information
#7C07E1 (or 0x7C07E1) is known color: Dark Violet. HEX triplet: 7C, 07 and E1. RGB value is (124,7,225). Sum of RGB (Red+Green+Blue) = 124+7+225=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #7C07E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C07E1 is #83F81E. Grayscale: #424242. Windows color (decimal): -8648735 or 14747516. OLE color: 14747516.
HSL color Cylindrical-coordinate representation of color #7C07E1: hue angle of 272.2º 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 #7C07E1 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 7 | 225 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.12 |
| HSL | 272.2º | 0.94% | 0.45% | - |
| HSV(B) | 272.2º | 0.97% | 0.88% | - |
| XYZ | 21.98 | 9.87 | 71.98 | - |
| YUV | 66.84 | 217.26 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 225 | 0.45 | 0.97 | 0 | 0.12 | 272.2 | 0.94 | 0.45 |
| Hex | 7C | 7 | E1 | 2D | 61 | 0 | C | 110 | 5E | 2D |
| Octal | 174 | 7 | 341 | 55 | 141 | 0 | 14 | 420 | 136 | 55 |
| Binary | 1111100 | 111 | 11100001 | 101101 | 1100001 | 0 | 1100 | 100010000 | 1011110 | 101101 |
Color Harmonies of #7C07E1
Complementary color
Monochromatic Colors of #7C07E1
Black with #7C07E1
Text Example
Text Example
White with #7C07E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C07E1; }
p { color: rgb(124,7,225); }
H1.HeaderClassName
{
color: #7C07E1;
}
.AnyTagClassName
{
color: #7C07E1;
}
</style>
background-color css
<style>
a { background-color: #7C07E1; }
a { background-color: rgb(124,7,225); }
div.DivClassName
{
background-color: #7C07E1;
}
.BgClassName
{
background-color: #7C07E1;
}
</style>
border-color css
<style>
span { border-color: #7C07E1; }
span { border-color: rgb(124,7,225); }
td.TdClassName
{
border-color: #7C07E1;
}
.TagClassName
{
border-color: #7C07E1;
}
</style>