Shades of Dark Violet #7D0EAF
Tints of Dark Violet #7D0EAF
RGB
CMYK
RGB Variations
Color information
#7D0EAF (or 0x7D0EAF) is known color: Dark Violet. HEX triplet: 7D, 0E and AF. RGB value is (125,14,175). Sum of RGB (Red+Green+Blue) = 125+14+175=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D0EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0EAF is #82F150. Grayscale: #414141. Windows color (decimal): -8581457 or 11472509. OLE color: 11472509.
HSL color Cylindrical-coordinate representation of color #7D0EAF: hue angle of 281.37º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0EAF is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 14 | 175 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.31 |
| HSL | 281.37º | 0.85% | 0.37% | - |
| HSV(B) | 281.37º | 0.92% | 0.69% | - |
| XYZ | 16.35 | 7.77 | 41.2 | - |
| YUV | 65.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 175 | 0.29 | 0.92 | 0 | 0.31 | 281.37 | 0.85 | 0.37 |
| Hex | 7D | E | AF | 1D | 5C | 0 | 1F | 119 | 55 | 25 |
| Octal | 175 | 16 | 257 | 35 | 134 | 0 | 37 | 431 | 125 | 45 |
| Binary | 1111101 | 1110 | 10101111 | 11101 | 1011100 | 0 | 11111 | 100011001 | 1010101 | 100101 |
Color Harmonies of #7D0EAF
Complementary color
Monochromatic Colors of #7D0EAF
Black with #7D0EAF
Text Example
Text Example
White with #7D0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0EAF; }
p { color: rgb(125,14,175); }
H1.HeaderClassName
{
color: #7D0EAF;
}
.AnyTagClassName
{
color: #7D0EAF;
}
</style>
background-color css
<style>
a { background-color: #7D0EAF; }
a { background-color: rgb(125,14,175); }
div.DivClassName
{
background-color: #7D0EAF;
}
.BgClassName
{
background-color: #7D0EAF;
}
</style>
border-color css
<style>
span { border-color: #7D0EAF; }
span { border-color: rgb(125,14,175); }
td.TdClassName
{
border-color: #7D0EAF;
}
.TagClassName
{
border-color: #7D0EAF;
}
</style>