Shades of Dark Violet #7D11B6
Tints of Dark Violet #7D11B6
RGB
CMYK
RGB Variations
Color information
#7D11B6 (or 0x7D11B6) is known color: Dark Violet. HEX triplet: 7D, 11 and B6. RGB value is (125,17,182). Sum of RGB (Red+Green+Blue) = 125+17+182=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D11B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D11B6 is #82EE49. Grayscale: #434343. Windows color (decimal): -8580682 or 11932029. OLE color: 11932029.
HSL color Cylindrical-coordinate representation of color #7D11B6: hue angle of 279.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D11B6 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 17 | 182 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.29 |
| HSL | 279.27º | 0.83% | 0.39% | - |
| HSV(B) | 279.27º | 0.91% | 0.71% | - |
| XYZ | 17.1 | 8.14 | 44.93 | - |
| YUV | 68.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 182 | 0.31 | 0.91 | 0 | 0.29 | 279.27 | 0.83 | 0.39 |
| Hex | 7D | 11 | B6 | 1F | 5B | 0 | 1D | 117 | 53 | 27 |
| Octal | 175 | 21 | 266 | 37 | 133 | 0 | 35 | 427 | 123 | 47 |
| Binary | 1111101 | 10001 | 10110110 | 11111 | 1011011 | 0 | 11101 | 100010111 | 1010011 | 100111 |
Color Harmonies of #7D11B6
Complementary color
Monochromatic Colors of #7D11B6
Black with #7D11B6
Text Example
Text Example
White with #7D11B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D11B6; }
p { color: rgb(125,17,182); }
H1.HeaderClassName
{
color: #7D11B6;
}
.AnyTagClassName
{
color: #7D11B6;
}
</style>
background-color css
<style>
a { background-color: #7D11B6; }
a { background-color: rgb(125,17,182); }
div.DivClassName
{
background-color: #7D11B6;
}
.BgClassName
{
background-color: #7D11B6;
}
</style>
border-color css
<style>
span { border-color: #7D11B6; }
span { border-color: rgb(125,17,182); }
td.TdClassName
{
border-color: #7D11B6;
}
.TagClassName
{
border-color: #7D11B6;
}
</style>