Shades of Dark Violet #7D11CD
Tints of Dark Violet #7D11CD
RGB
CMYK
RGB Variations
Color information
#7D11CD (or 0x7D11CD) is known color: Dark Violet. HEX triplet: 7D, 11 and CD. RGB value is (125,17,205). Sum of RGB (Red+Green+Blue) = 125+17+205=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D11CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D11CD is #82EE32. Grayscale: #464646. Windows color (decimal): -8580659 or 13439357. OLE color: 13439357.
HSL color Cylindrical-coordinate representation of color #7D11CD: hue angle of 274.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D11CD is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 17 | 205 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.20 |
| HSL | 274.47º | 0.85% | 0.44% | - |
| HSV(B) | 274.47º | 0.92% | 0.8% | - |
| XYZ | 19.68 | 9.17 | 58.49 | - |
| YUV | 70.72 | 203.78 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 205 | 0.39 | 0.92 | 0 | 0.20 | 274.47 | 0.85 | 0.44 |
| Hex | 7D | 11 | CD | 27 | 5C | 0 | 14 | 112 | 55 | 2C |
| Octal | 175 | 21 | 315 | 47 | 134 | 0 | 24 | 422 | 125 | 54 |
| Binary | 1111101 | 10001 | 11001101 | 100111 | 1011100 | 0 | 10100 | 100010010 | 1010101 | 101100 |
Color Harmonies of #7D11CD
Complementary color
Monochromatic Colors of #7D11CD
Black with #7D11CD
Text Example
Text Example
White with #7D11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D11CD; }
p { color: rgb(125,17,205); }
H1.HeaderClassName
{
color: #7D11CD;
}
.AnyTagClassName
{
color: #7D11CD;
}
</style>
background-color css
<style>
a { background-color: #7D11CD; }
a { background-color: rgb(125,17,205); }
div.DivClassName
{
background-color: #7D11CD;
}
.BgClassName
{
background-color: #7D11CD;
}
</style>
border-color css
<style>
span { border-color: #7D11CD; }
span { border-color: rgb(125,17,205); }
td.TdClassName
{
border-color: #7D11CD;
}
.TagClassName
{
border-color: #7D11CD;
}
</style>