Shades of Dark Violet #7D11BD
Tints of Dark Violet #7D11BD
RGB
CMYK
RGB Variations
Color information
#7D11BD (or 0x7D11BD) is known color: Dark Violet. HEX triplet: 7D, 11 and BD. RGB value is (125,17,189). Sum of RGB (Red+Green+Blue) = 125+17+189=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D11BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D11BD is #82EE42. Grayscale: #444444. Windows color (decimal): -8580675 or 12390781. OLE color: 12390781.
HSL color Cylindrical-coordinate representation of color #7D11BD: hue angle of 277.67º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D11BD is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 17 | 189 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.26 |
| HSL | 277.67º | 0.83% | 0.4% | - |
| HSV(B) | 277.67º | 0.91% | 0.74% | - |
| XYZ | 17.84 | 8.43 | 48.83 | - |
| YUV | 68.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 189 | 0.34 | 0.91 | 0 | 0.26 | 277.67 | 0.83 | 0.4 |
| Hex | 7D | 11 | BD | 22 | 5B | 0 | 1A | 116 | 53 | 28 |
| Octal | 175 | 21 | 275 | 42 | 133 | 0 | 32 | 426 | 123 | 50 |
| Binary | 1111101 | 10001 | 10111101 | 100010 | 1011011 | 0 | 11010 | 100010110 | 1010011 | 101000 |
Color Harmonies of #7D11BD
Complementary color
Monochromatic Colors of #7D11BD
Black with #7D11BD
Text Example
Text Example
White with #7D11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D11BD; }
p { color: rgb(125,17,189); }
H1.HeaderClassName
{
color: #7D11BD;
}
.AnyTagClassName
{
color: #7D11BD;
}
</style>
background-color css
<style>
a { background-color: #7D11BD; }
a { background-color: rgb(125,17,189); }
div.DivClassName
{
background-color: #7D11BD;
}
.BgClassName
{
background-color: #7D11BD;
}
</style>
border-color css
<style>
span { border-color: #7D11BD; }
span { border-color: rgb(125,17,189); }
td.TdClassName
{
border-color: #7D11BD;
}
.TagClassName
{
border-color: #7D11BD;
}
</style>