Shades of Dark Violet #7D10CD
Tints of Dark Violet #7D10CD
RGB
CMYK
RGB Variations
Color information
#7D10CD (or 0x7D10CD) is known color: Dark Violet. HEX triplet: 7D, 10 and CD. RGB value is (125,16,205). Sum of RGB (Red+Green+Blue) = 125+16+205=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D10CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D10CD is #82EF32. Grayscale: #454545. Windows color (decimal): -8580915 or 13439101. OLE color: 13439101.
HSL color Cylindrical-coordinate representation of color #7D10CD: hue angle of 274.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D10CD is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 16 | 205 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.20 |
| HSL | 274.6º | 0.86% | 0.43% | - |
| HSV(B) | 274.6º | 0.92% | 0.8% | - |
| XYZ | 19.66 | 9.14 | 58.49 | - |
| YUV | 70.14 | 204.11 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 205 | 0.39 | 0.92 | 0 | 0.20 | 274.6 | 0.86 | 0.43 |
| Hex | 7D | 10 | CD | 27 | 5C | 0 | 14 | 113 | 56 | 2B |
| Octal | 175 | 20 | 315 | 47 | 134 | 0 | 24 | 423 | 126 | 53 |
| Binary | 1111101 | 10000 | 11001101 | 100111 | 1011100 | 0 | 10100 | 100010011 | 1010110 | 101011 |
Color Harmonies of #7D10CD
Complementary color
Monochromatic Colors of #7D10CD
Black with #7D10CD
Text Example
Text Example
White with #7D10CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D10CD; }
p { color: rgb(125,16,205); }
H1.HeaderClassName
{
color: #7D10CD;
}
.AnyTagClassName
{
color: #7D10CD;
}
</style>
background-color css
<style>
a { background-color: #7D10CD; }
a { background-color: rgb(125,16,205); }
div.DivClassName
{
background-color: #7D10CD;
}
.BgClassName
{
background-color: #7D10CD;
}
</style>
border-color css
<style>
span { border-color: #7D10CD; }
span { border-color: rgb(125,16,205); }
td.TdClassName
{
border-color: #7D10CD;
}
.TagClassName
{
border-color: #7D10CD;
}
</style>