Shades of Dark Violet #7D10D8
Tints of Dark Violet #7D10D8
RGB
CMYK
RGB Variations
Color information
#7D10D8 (or 0x7D10D8) is known color: Dark Violet. HEX triplet: 7D, 10 and D8. RGB value is (125,16,216). Sum of RGB (Red+Green+Blue) = 125+16+216=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D10D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D10D8 is #82EF27. Grayscale: #464646. Windows color (decimal): -8580904 or 14159997. OLE color: 14159997.
HSL color Cylindrical-coordinate representation of color #7D10D8: hue angle of 272.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D10D8 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 16 | 216 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.15 |
| HSL | 272.7º | 0.86% | 0.45% | - |
| HSV(B) | 272.7º | 0.93% | 0.85% | - |
| XYZ | 21.04 | 9.69 | 65.73 | - |
| YUV | 71.39 | 209.61 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 216 | 0.42 | 0.93 | 0 | 0.15 | 272.7 | 0.86 | 0.45 |
| Hex | 7D | 10 | D8 | 2A | 5D | 0 | F | 111 | 56 | 2D |
| Octal | 175 | 20 | 330 | 52 | 135 | 0 | 17 | 421 | 126 | 55 |
| Binary | 1111101 | 10000 | 11011000 | 101010 | 1011101 | 0 | 1111 | 100010001 | 1010110 | 101101 |
Color Harmonies of #7D10D8
Complementary color
Monochromatic Colors of #7D10D8
Black with #7D10D8
Text Example
Text Example
White with #7D10D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D10D8; }
p { color: rgb(125,16,216); }
H1.HeaderClassName
{
color: #7D10D8;
}
.AnyTagClassName
{
color: #7D10D8;
}
</style>
background-color css
<style>
a { background-color: #7D10D8; }
a { background-color: rgb(125,16,216); }
div.DivClassName
{
background-color: #7D10D8;
}
.BgClassName
{
background-color: #7D10D8;
}
</style>
border-color css
<style>
span { border-color: #7D10D8; }
span { border-color: rgb(125,16,216); }
td.TdClassName
{
border-color: #7D10D8;
}
.TagClassName
{
border-color: #7D10D8;
}
</style>