Shades of Dark Violet #7D0DBF
Tints of Dark Violet #7D0DBF
RGB
CMYK
RGB Variations
Color information
#7D0DBF (or 0x7D0DBF) is known color: Dark Violet. HEX triplet: 7D, 0D and BF. RGB value is (125,13,191). Sum of RGB (Red+Green+Blue) = 125+13+191=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D0DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0DBF is #82F240. Grayscale: #424242. Windows color (decimal): -8581697 or 12520829. OLE color: 12520829.
HSL color Cylindrical-coordinate representation of color #7D0DBF: hue angle of 277.75º 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 #7D0DBF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 13 | 191 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.25 |
| HSL | 277.75º | 0.87% | 0.4% | - |
| HSV(B) | 277.75º | 0.93% | 0.75% | - |
| XYZ | 18.01 | 8.41 | 49.96 | - |
| YUV | 66.78 | 198.11 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 191 | 0.35 | 0.93 | 0 | 0.25 | 277.75 | 0.87 | 0.4 |
| Hex | 7D | D | BF | 23 | 5D | 0 | 19 | 116 | 57 | 28 |
| Octal | 175 | 15 | 277 | 43 | 135 | 0 | 31 | 426 | 127 | 50 |
| Binary | 1111101 | 1101 | 10111111 | 100011 | 1011101 | 0 | 11001 | 100010110 | 1010111 | 101000 |
Color Harmonies of #7D0DBF
Complementary color
Monochromatic Colors of #7D0DBF
Black with #7D0DBF
Text Example
Text Example
White with #7D0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0DBF; }
p { color: rgb(125,13,191); }
H1.HeaderClassName
{
color: #7D0DBF;
}
.AnyTagClassName
{
color: #7D0DBF;
}
</style>
background-color css
<style>
a { background-color: #7D0DBF; }
a { background-color: rgb(125,13,191); }
div.DivClassName
{
background-color: #7D0DBF;
}
.BgClassName
{
background-color: #7D0DBF;
}
</style>
border-color css
<style>
span { border-color: #7D0DBF; }
span { border-color: rgb(125,13,191); }
td.TdClassName
{
border-color: #7D0DBF;
}
.TagClassName
{
border-color: #7D0DBF;
}
</style>