Shades of Dark Violet #7D0DBB
Tints of Dark Violet #7D0DBB
RGB
CMYK
RGB Variations
Color information
#7D0DBB (or 0x7D0DBB) is known color: Dark Violet. HEX triplet: 7D, 0D and BB. RGB value is (125,13,187). Sum of RGB (Red+Green+Blue) = 125+13+187=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D0DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0DBB is #82F244. Grayscale: #414141. Windows color (decimal): -8581701 or 12258685. OLE color: 12258685.
HSL color Cylindrical-coordinate representation of color #7D0DBB: hue angle of 278.62º 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 #7D0DBB is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 13 | 187 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.27 |
| HSL | 278.62º | 0.87% | 0.39% | - |
| HSV(B) | 278.62º | 0.93% | 0.73% | - |
| XYZ | 17.57 | 8.24 | 47.68 | - |
| YUV | 66.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 187 | 0.33 | 0.93 | 0 | 0.27 | 278.62 | 0.87 | 0.39 |
| Hex | 7D | D | BB | 21 | 5D | 0 | 1B | 117 | 57 | 27 |
| Octal | 175 | 15 | 273 | 41 | 135 | 0 | 33 | 427 | 127 | 47 |
| Binary | 1111101 | 1101 | 10111011 | 100001 | 1011101 | 0 | 11011 | 100010111 | 1010111 | 100111 |
Color Harmonies of #7D0DBB
Complementary color
Monochromatic Colors of #7D0DBB
Black with #7D0DBB
Text Example
Text Example
White with #7D0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0DBB; }
p { color: rgb(125,13,187); }
H1.HeaderClassName
{
color: #7D0DBB;
}
.AnyTagClassName
{
color: #7D0DBB;
}
</style>
background-color css
<style>
a { background-color: #7D0DBB; }
a { background-color: rgb(125,13,187); }
div.DivClassName
{
background-color: #7D0DBB;
}
.BgClassName
{
background-color: #7D0DBB;
}
</style>
border-color css
<style>
span { border-color: #7D0DBB; }
span { border-color: rgb(125,13,187); }
td.TdClassName
{
border-color: #7D0DBB;
}
.TagClassName
{
border-color: #7D0DBB;
}
</style>