Shades of Dark Violet #7D0ABD
Tints of Dark Violet #7D0ABD
RGB
CMYK
RGB Variations
Color information
#7D0ABD (or 0x7D0ABD) is known color: Dark Violet. HEX triplet: 7D, 0A and BD. RGB value is (125,10,189). Sum of RGB (Red+Green+Blue) = 125+10+189=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D0ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0ABD is #82F542. Grayscale: #404040. Windows color (decimal): -8582467 or 12388989. OLE color: 12388989.
HSL color Cylindrical-coordinate representation of color #7D0ABD: hue angle of 278.55º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0ABD is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 10 | 189 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.26 |
| HSL | 278.55º | 0.9% | 0.39% | - |
| HSV(B) | 278.55º | 0.95% | 0.74% | - |
| XYZ | 17.75 | 8.25 | 48.8 | - |
| YUV | 64.79 | 198.1 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 189 | 0.34 | 0.95 | 0 | 0.26 | 278.55 | 0.9 | 0.39 |
| Hex | 7D | A | BD | 22 | 5F | 0 | 1A | 117 | 5A | 27 |
| Octal | 175 | 12 | 275 | 42 | 137 | 0 | 32 | 427 | 132 | 47 |
| Binary | 1111101 | 1010 | 10111101 | 100010 | 1011111 | 0 | 11010 | 100010111 | 1011010 | 100111 |
Color Harmonies of #7D0ABD
Complementary color
Monochromatic Colors of #7D0ABD
Black with #7D0ABD
Text Example
Text Example
White with #7D0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0ABD; }
p { color: rgb(125,10,189); }
H1.HeaderClassName
{
color: #7D0ABD;
}
.AnyTagClassName
{
color: #7D0ABD;
}
</style>
background-color css
<style>
a { background-color: #7D0ABD; }
a { background-color: rgb(125,10,189); }
div.DivClassName
{
background-color: #7D0ABD;
}
.BgClassName
{
background-color: #7D0ABD;
}
</style>
border-color css
<style>
span { border-color: #7D0ABD; }
span { border-color: rgb(125,10,189); }
td.TdClassName
{
border-color: #7D0ABD;
}
.TagClassName
{
border-color: #7D0ABD;
}
</style>