Shades of Dark Violet #7D00E3
Tints of Dark Violet #7D00E3
RGB
CMYK
RGB Variations
Color information
#7D00E3 (or 0x7D00E3) is known color: Dark Violet. HEX triplet: 7D, 00 and E3. RGB value is (125,0,227). Sum of RGB (Red+Green+Blue) = 125+0+227=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 227 (89.06% from 255 or 64.49% from 352); Max value from RGB is 227 - color contains mainly: blue. Hex color #7D00E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D00E3 is #82FF1C. Grayscale: #3E3E3E. Windows color (decimal): -8584989 or 14876797. OLE color: 14876797.
HSL color Cylindrical-coordinate representation of color #7D00E3: hue angle of 273.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00E3 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 0 | 227 | - |
| CMYK | 0.45 | 1 | 0 | 0.11 |
| HSL | 273.04º | 1% | 0.45% | - |
| HSV(B) | 273.04º | 1% | 0.89% | - |
| XYZ | 22.32 | 9.91 | 73.41 | - |
| YUV | 63.25 | 220.41 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 227 | 0.45 | 1 | 0 | 0.11 | 273.04 | 1 | 0.45 |
| Hex | 7D | 0 | E3 | 2D | 64 | 0 | B | 111 | 64 | 2D |
| Octal | 175 | 0 | 343 | 55 | 144 | 0 | 13 | 421 | 144 | 55 |
| Binary | 1111101 | 0 | 11100011 | 101101 | 1100100 | 0 | 1011 | 100010001 | 1100100 | 101101 |
Color Harmonies of #7D00E3
Complementary color
Monochromatic Colors of #7D00E3
Black with #7D00E3
Text Example
Text Example
White with #7D00E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00E3; }
p { color: rgb(125,0,227); }
H1.HeaderClassName
{
color: #7D00E3;
}
.AnyTagClassName
{
color: #7D00E3;
}
</style>
background-color css
<style>
a { background-color: #7D00E3; }
a { background-color: rgb(125,0,227); }
div.DivClassName
{
background-color: #7D00E3;
}
.BgClassName
{
background-color: #7D00E3;
}
</style>
border-color css
<style>
span { border-color: #7D00E3; }
span { border-color: rgb(125,0,227); }
td.TdClassName
{
border-color: #7D00E3;
}
.TagClassName
{
border-color: #7D00E3;
}
</style>