Shades of Dark Violet #7D00E7
Tints of Dark Violet #7D00E7
RGB
CMYK
RGB Variations
Color information
#7D00E7 (or 0x7D00E7) is known color: Dark Violet. HEX triplet: 7D, 00 and E7. RGB value is (125,0,231). Sum of RGB (Red+Green+Blue) = 125+0+231=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 231 (90.62% from 255 or 64.89% from 356); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D00E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D00E7 is #82FF18. Grayscale: #3E3E3E. Windows color (decimal): -8584985 or 15138941. OLE color: 15138941.
HSL color Cylindrical-coordinate representation of color #7D00E7: hue angle of 272.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00E7 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 0 | 231 | - |
| CMYK | 0.46 | 1 | 0 | 0.09 |
| HSL | 272.47º | 1% | 0.45% | - |
| HSV(B) | 272.47º | 1% | 0.91% | - |
| XYZ | 22.88 | 10.13 | 76.35 | - |
| YUV | 63.71 | 222.41 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 231 | 0.46 | 1 | 0 | 0.09 | 272.47 | 1 | 0.45 |
| Hex | 7D | 0 | E7 | 2E | 64 | 0 | 9 | 110 | 64 | 2D |
| Octal | 175 | 0 | 347 | 56 | 144 | 0 | 11 | 420 | 144 | 55 |
| Binary | 1111101 | 0 | 11100111 | 101110 | 1100100 | 0 | 1001 | 100010000 | 1100100 | 101101 |
Color Harmonies of #7D00E7
Complementary color
Monochromatic Colors of #7D00E7
Black with #7D00E7
Text Example
Text Example
White with #7D00E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00E7; }
p { color: rgb(125,0,231); }
H1.HeaderClassName
{
color: #7D00E7;
}
.AnyTagClassName
{
color: #7D00E7;
}
</style>
background-color css
<style>
a { background-color: #7D00E7; }
a { background-color: rgb(125,0,231); }
div.DivClassName
{
background-color: #7D00E7;
}
.BgClassName
{
background-color: #7D00E7;
}
</style>
border-color css
<style>
span { border-color: #7D00E7; }
span { border-color: rgb(125,0,231); }
td.TdClassName
{
border-color: #7D00E7;
}
.TagClassName
{
border-color: #7D00E7;
}
</style>