Shades of Dark Violet #7D00D0
Tints of Dark Violet #7D00D0
RGB
CMYK
RGB Variations
Color information
#7D00D0 (or 0x7D00D0) is known color: Dark Violet. HEX triplet: 7D, 00 and D0. RGB value is (125,0,208). Sum of RGB (Red+Green+Blue) = 125+0+208=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #7D00D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D00D0 is #82FF2F. Grayscale: #3C3C3C. Windows color (decimal): -8585008 or 13631613. OLE color: 13631613.
HSL color Cylindrical-coordinate representation of color #7D00D0: hue angle of 276.06º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00D0 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 0 | 208 | - |
| CMYK | 0.40 | 1 | 0 | 0.18 |
| HSL | 276.06º | 1% | 0.41% | - |
| HSV(B) | 276.06º | 1% | 0.82% | - |
| XYZ | 19.84 | 8.91 | 60.35 | - |
| YUV | 61.09 | 210.91 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 208 | 0.40 | 1 | 0 | 0.18 | 276.06 | 1 | 0.41 |
| Hex | 7D | 0 | D0 | 28 | 64 | 0 | 12 | 114 | 64 | 29 |
| Octal | 175 | 0 | 320 | 50 | 144 | 0 | 22 | 424 | 144 | 51 |
| Binary | 1111101 | 0 | 11010000 | 101000 | 1100100 | 0 | 10010 | 100010100 | 1100100 | 101001 |
Color Harmonies of #7D00D0
Complementary color
Monochromatic Colors of #7D00D0
Black with #7D00D0
Text Example
Text Example
White with #7D00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D00D0; }
p { color: rgb(125,0,208); }
H1.HeaderClassName
{
color: #7D00D0;
}
.AnyTagClassName
{
color: #7D00D0;
}
</style>
background-color css
<style>
a { background-color: #7D00D0; }
a { background-color: rgb(125,0,208); }
div.DivClassName
{
background-color: #7D00D0;
}
.BgClassName
{
background-color: #7D00D0;
}
</style>
border-color css
<style>
span { border-color: #7D00D0; }
span { border-color: rgb(125,0,208); }
td.TdClassName
{
border-color: #7D00D0;
}
.TagClassName
{
border-color: #7D00D0;
}
</style>