Shades of Dark Violet #7D11BB
Tints of Dark Violet #7D11BB
RGB
CMYK
RGB Variations
Color information
#7D11BB (or 0x7D11BB) is known color: Dark Violet. HEX triplet: 7D, 11 and BB. RGB value is (125,17,187). Sum of RGB (Red+Green+Blue) = 125+17+187=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D11BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D11BB is #82EE44. Grayscale: #444444. Windows color (decimal): -8580677 or 12259709. OLE color: 12259709.
HSL color Cylindrical-coordinate representation of color #7D11BB: hue angle of 278.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D11BB is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 17 | 187 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.27 |
| HSL | 278.12º | 0.83% | 0.4% | - |
| HSV(B) | 278.12º | 0.91% | 0.73% | - |
| XYZ | 17.63 | 8.35 | 47.7 | - |
| YUV | 68.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 187 | 0.33 | 0.91 | 0 | 0.27 | 278.12 | 0.83 | 0.4 |
| Hex | 7D | 11 | BB | 21 | 5B | 0 | 1B | 116 | 53 | 28 |
| Octal | 175 | 21 | 273 | 41 | 133 | 0 | 33 | 426 | 123 | 50 |
| Binary | 1111101 | 10001 | 10111011 | 100001 | 1011011 | 0 | 11011 | 100010110 | 1010011 | 101000 |
Color Harmonies of #7D11BB
Complementary color
Monochromatic Colors of #7D11BB
Black with #7D11BB
Text Example
Text Example
White with #7D11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D11BB; }
p { color: rgb(125,17,187); }
H1.HeaderClassName
{
color: #7D11BB;
}
.AnyTagClassName
{
color: #7D11BB;
}
</style>
background-color css
<style>
a { background-color: #7D11BB; }
a { background-color: rgb(125,17,187); }
div.DivClassName
{
background-color: #7D11BB;
}
.BgClassName
{
background-color: #7D11BB;
}
</style>
border-color css
<style>
span { border-color: #7D11BB; }
span { border-color: rgb(125,17,187); }
td.TdClassName
{
border-color: #7D11BB;
}
.TagClassName
{
border-color: #7D11BB;
}
</style>