Shades of Dark Violet #7D0DBE
Tints of Dark Violet #7D0DBE
RGB
CMYK
RGB Variations
Color information
#7D0DBE (or 0x7D0DBE) is known color: Dark Violet. HEX triplet: 7D, 0D and BE. RGB value is (125,13,190). Sum of RGB (Red+Green+Blue) = 125+13+190=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D0DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0DBE is #82F241. Grayscale: #424242. Windows color (decimal): -8581698 or 12455293. OLE color: 12455293.
HSL color Cylindrical-coordinate representation of color #7D0DBE: hue angle of 277.97º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0DBE is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 13 | 190 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.25 |
| HSL | 277.97º | 0.87% | 0.4% | - |
| HSV(B) | 277.97º | 0.93% | 0.75% | - |
| XYZ | 17.9 | 8.37 | 49.39 | - |
| YUV | 66.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 190 | 0.34 | 0.93 | 0 | 0.25 | 277.97 | 0.87 | 0.4 |
| Hex | 7D | D | BE | 22 | 5D | 0 | 19 | 116 | 57 | 28 |
| Octal | 175 | 15 | 276 | 42 | 135 | 0 | 31 | 426 | 127 | 50 |
| Binary | 1111101 | 1101 | 10111110 | 100010 | 1011101 | 0 | 11001 | 100010110 | 1010111 | 101000 |
Color Harmonies of #7D0DBE
Complementary color
Monochromatic Colors of #7D0DBE
Black with #7D0DBE
Text Example
Text Example
White with #7D0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0DBE; }
p { color: rgb(125,13,190); }
H1.HeaderClassName
{
color: #7D0DBE;
}
.AnyTagClassName
{
color: #7D0DBE;
}
</style>
background-color css
<style>
a { background-color: #7D0DBE; }
a { background-color: rgb(125,13,190); }
div.DivClassName
{
background-color: #7D0DBE;
}
.BgClassName
{
background-color: #7D0DBE;
}
</style>
border-color css
<style>
span { border-color: #7D0DBE; }
span { border-color: rgb(125,13,190); }
td.TdClassName
{
border-color: #7D0DBE;
}
.TagClassName
{
border-color: #7D0DBE;
}
</style>