Shades of Dark Violet #7D10CE
Tints of Dark Violet #7D10CE
RGB
CMYK
RGB Variations
Color information
#7D10CE (or 0x7D10CE) is known color: Dark Violet. HEX triplet: 7D, 10 and CE. RGB value is (125,16,206). Sum of RGB (Red+Green+Blue) = 125+16+206=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D10CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D10CE is #82EF31. Grayscale: #454545. Windows color (decimal): -8580914 or 13504637. OLE color: 13504637.
HSL color Cylindrical-coordinate representation of color #7D10CE: hue angle of 274.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D10CE is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 16 | 206 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.19 |
| HSL | 274.42º | 0.86% | 0.44% | - |
| HSV(B) | 274.42º | 0.92% | 0.81% | - |
| XYZ | 19.78 | 9.19 | 59.12 | - |
| YUV | 70.25 | 204.61 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 206 | 0.39 | 0.92 | 0 | 0.19 | 274.42 | 0.86 | 0.44 |
| Hex | 7D | 10 | CE | 27 | 5C | 0 | 13 | 112 | 56 | 2C |
| Octal | 175 | 20 | 316 | 47 | 134 | 0 | 23 | 422 | 126 | 54 |
| Binary | 1111101 | 10000 | 11001110 | 100111 | 1011100 | 0 | 10011 | 100010010 | 1010110 | 101100 |
Color Harmonies of #7D10CE
Complementary color
Monochromatic Colors of #7D10CE
Black with #7D10CE
Text Example
Text Example
White with #7D10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D10CE; }
p { color: rgb(125,16,206); }
H1.HeaderClassName
{
color: #7D10CE;
}
.AnyTagClassName
{
color: #7D10CE;
}
</style>
background-color css
<style>
a { background-color: #7D10CE; }
a { background-color: rgb(125,16,206); }
div.DivClassName
{
background-color: #7D10CE;
}
.BgClassName
{
background-color: #7D10CE;
}
</style>
border-color css
<style>
span { border-color: #7D10CE; }
span { border-color: rgb(125,16,206); }
td.TdClassName
{
border-color: #7D10CE;
}
.TagClassName
{
border-color: #7D10CE;
}
</style>