Shades of Dark Violet #7D00E6
Tints of Dark Violet #7D00E6
RGB
CMYK
RGB Variations
Color information
#7D00E6 (or 0x7D00E6) is known color: Dark Violet. HEX triplet: 7D, 00 and E6. RGB value is (125,0,230). Sum of RGB (Red+Green+Blue) = 125+0+230=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 230 (90.23% from 255 or 64.79% from 355); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D00E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D00E6 is #82FF19. Grayscale: #3E3E3E. Windows color (decimal): -8584986 or 15073405. OLE color: 15073405.
HSL color Cylindrical-coordinate representation of color #7D00E6: hue angle of 272.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00E6 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 0 | 230 | - |
| CMYK | 0.46 | 1 | 0 | 0.10 |
| HSL | 272.61º | 1% | 0.45% | - |
| HSV(B) | 272.61º | 1% | 0.9% | - |
| XYZ | 22.74 | 10.07 | 75.61 | - |
| YUV | 63.6 | 221.91 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 230 | 0.46 | 1 | 0 | 0.10 | 272.61 | 1 | 0.45 |
| Hex | 7D | 0 | E6 | 2E | 64 | 0 | A | 111 | 64 | 2D |
| Octal | 175 | 0 | 346 | 56 | 144 | 0 | 12 | 421 | 144 | 55 |
| Binary | 1111101 | 0 | 11100110 | 101110 | 1100100 | 0 | 1010 | 100010001 | 1100100 | 101101 |
Color Harmonies of #7D00E6
Complementary color
Monochromatic Colors of #7D00E6
Black with #7D00E6
Text Example
Text Example
White with #7D00E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00E6; }
p { color: rgb(125,0,230); }
H1.HeaderClassName
{
color: #7D00E6;
}
.AnyTagClassName
{
color: #7D00E6;
}
</style>
background-color css
<style>
a { background-color: #7D00E6; }
a { background-color: rgb(125,0,230); }
div.DivClassName
{
background-color: #7D00E6;
}
.BgClassName
{
background-color: #7D00E6;
}
</style>
border-color css
<style>
span { border-color: #7D00E6; }
span { border-color: rgb(125,0,230); }
td.TdClassName
{
border-color: #7D00E6;
}
.TagClassName
{
border-color: #7D00E6;
}
</style>