Shades of Dark Violet #7D0DBA
Tints of Dark Violet #7D0DBA
RGB
CMYK
RGB Variations
Color information
#7D0DBA (or 0x7D0DBA) is known color: Dark Violet. HEX triplet: 7D, 0D and BA. RGB value is (125,13,186). Sum of RGB (Red+Green+Blue) = 125+13+186=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D0DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0DBA is #82F245. Grayscale: #414141. Windows color (decimal): -8581702 or 12193149. OLE color: 12193149.
HSL color Cylindrical-coordinate representation of color #7D0DBA: hue angle of 278.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0DBA is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 13 | 186 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.27 |
| HSL | 278.84º | 0.87% | 0.39% | - |
| HSV(B) | 278.84º | 0.93% | 0.73% | - |
| XYZ | 17.46 | 8.19 | 47.12 | - |
| YUV | 66.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 186 | 0.33 | 0.93 | 0 | 0.27 | 278.84 | 0.87 | 0.39 |
| Hex | 7D | D | BA | 21 | 5D | 0 | 1B | 117 | 57 | 27 |
| Octal | 175 | 15 | 272 | 41 | 135 | 0 | 33 | 427 | 127 | 47 |
| Binary | 1111101 | 1101 | 10111010 | 100001 | 1011101 | 0 | 11011 | 100010111 | 1010111 | 100111 |
Color Harmonies of #7D0DBA
Complementary color
Monochromatic Colors of #7D0DBA
Black with #7D0DBA
Text Example
Text Example
White with #7D0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0DBA; }
p { color: rgb(125,13,186); }
H1.HeaderClassName
{
color: #7D0DBA;
}
.AnyTagClassName
{
color: #7D0DBA;
}
</style>
background-color css
<style>
a { background-color: #7D0DBA; }
a { background-color: rgb(125,13,186); }
div.DivClassName
{
background-color: #7D0DBA;
}
.BgClassName
{
background-color: #7D0DBA;
}
</style>
border-color css
<style>
span { border-color: #7D0DBA; }
span { border-color: rgb(125,13,186); }
td.TdClassName
{
border-color: #7D0DBA;
}
.TagClassName
{
border-color: #7D0DBA;
}
</style>