Shades of Dark Violet #7D0BAF
Tints of Dark Violet #7D0BAF
RGB
CMYK
RGB Variations
Color information
#7D0BAF (or 0x7D0BAF) is known color: Dark Violet. HEX triplet: 7D, 0B and AF. RGB value is (125,11,175). Sum of RGB (Red+Green+Blue) = 125+11+175=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D0BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0BAF is #82F450. Grayscale: #3F3F3F. Windows color (decimal): -8582225 or 11471741. OLE color: 11471741.
HSL color Cylindrical-coordinate representation of color #7D0BAF: hue angle of 281.71º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0BAF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 11 | 175 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.31 |
| HSL | 281.71º | 0.88% | 0.36% | - |
| HSV(B) | 281.71º | 0.94% | 0.69% | - |
| XYZ | 16.31 | 7.69 | 41.18 | - |
| YUV | 63.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 175 | 0.29 | 0.94 | 0 | 0.31 | 281.71 | 0.88 | 0.36 |
| Hex | 7D | B | AF | 1D | 5E | 0 | 1F | 11A | 58 | 24 |
| Octal | 175 | 13 | 257 | 35 | 136 | 0 | 37 | 432 | 130 | 44 |
| Binary | 1111101 | 1011 | 10101111 | 11101 | 1011110 | 0 | 11111 | 100011010 | 1011000 | 100100 |
Color Harmonies of #7D0BAF
Complementary color
Monochromatic Colors of #7D0BAF
Black with #7D0BAF
Text Example
Text Example
White with #7D0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0BAF; }
p { color: rgb(125,11,175); }
H1.HeaderClassName
{
color: #7D0BAF;
}
.AnyTagClassName
{
color: #7D0BAF;
}
</style>
background-color css
<style>
a { background-color: #7D0BAF; }
a { background-color: rgb(125,11,175); }
div.DivClassName
{
background-color: #7D0BAF;
}
.BgClassName
{
background-color: #7D0BAF;
}
</style>
border-color css
<style>
span { border-color: #7D0BAF; }
span { border-color: rgb(125,11,175); }
td.TdClassName
{
border-color: #7D0BAF;
}
.TagClassName
{
border-color: #7D0BAF;
}
</style>