Shades of Dark Violet #7D0AB6
Tints of Dark Violet #7D0AB6
RGB
CMYK
RGB Variations
Color information
#7D0AB6 (or 0x7D0AB6) is known color: Dark Violet. HEX triplet: 7D, 0A and B6. RGB value is (125,10,182). Sum of RGB (Red+Green+Blue) = 125+10+182=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 182 (71.48% from 255 or 57.41% from 317); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D0AB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0AB6 is #82F549. Grayscale: #3F3F3F. Windows color (decimal): -8582474 or 11930237. OLE color: 11930237.
HSL color Cylindrical-coordinate representation of color #7D0AB6: hue angle of 280.12º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0AB6 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 10 | 182 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.29 |
| HSL | 280.12º | 0.9% | 0.38% | - |
| HSV(B) | 280.12º | 0.95% | 0.71% | - |
| XYZ | 17.01 | 7.95 | 44.89 | - |
| YUV | 63.99 | 194.6 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 182 | 0.31 | 0.95 | 0 | 0.29 | 280.12 | 0.9 | 0.38 |
| Hex | 7D | A | B6 | 1F | 5F | 0 | 1D | 118 | 5A | 26 |
| Octal | 175 | 12 | 266 | 37 | 137 | 0 | 35 | 430 | 132 | 46 |
| Binary | 1111101 | 1010 | 10110110 | 11111 | 1011111 | 0 | 11101 | 100011000 | 1011010 | 100110 |
Color Harmonies of #7D0AB6
Complementary color
Monochromatic Colors of #7D0AB6
Black with #7D0AB6
Text Example
Text Example
White with #7D0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0AB6; }
p { color: rgb(125,10,182); }
H1.HeaderClassName
{
color: #7D0AB6;
}
.AnyTagClassName
{
color: #7D0AB6;
}
</style>
background-color css
<style>
a { background-color: #7D0AB6; }
a { background-color: rgb(125,10,182); }
div.DivClassName
{
background-color: #7D0AB6;
}
.BgClassName
{
background-color: #7D0AB6;
}
</style>
border-color css
<style>
span { border-color: #7D0AB6; }
span { border-color: rgb(125,10,182); }
td.TdClassName
{
border-color: #7D0AB6;
}
.TagClassName
{
border-color: #7D0AB6;
}
</style>