Shades of Dark Violet #7D0ABB
Tints of Dark Violet #7D0ABB
RGB
CMYK
RGB Variations
Color information
#7D0ABB (or 0x7D0ABB) is known color: Dark Violet. HEX triplet: 7D, 0A and BB. RGB value is (125,10,187). Sum of RGB (Red+Green+Blue) = 125+10+187=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0ABB is #82F544. Grayscale: #3F3F3F. Windows color (decimal): -8582469 or 12257917. OLE color: 12257917.
HSL color Cylindrical-coordinate representation of color #7D0ABB: hue angle of 278.98º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0ABB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 10 | 187 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.27 |
| HSL | 278.98º | 0.9% | 0.39% | - |
| HSV(B) | 278.98º | 0.95% | 0.73% | - |
| XYZ | 17.54 | 8.16 | 47.67 | - |
| YUV | 64.56 | 197.1 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 187 | 0.33 | 0.95 | 0 | 0.27 | 278.98 | 0.9 | 0.39 |
| Hex | 7D | A | BB | 21 | 5F | 0 | 1B | 117 | 5A | 27 |
| Octal | 175 | 12 | 273 | 41 | 137 | 0 | 33 | 427 | 132 | 47 |
| Binary | 1111101 | 1010 | 10111011 | 100001 | 1011111 | 0 | 11011 | 100010111 | 1011010 | 100111 |
Color Harmonies of #7D0ABB
Complementary color
Monochromatic Colors of #7D0ABB
Black with #7D0ABB
Text Example
Text Example
White with #7D0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0ABB; }
p { color: rgb(125,10,187); }
H1.HeaderClassName
{
color: #7D0ABB;
}
.AnyTagClassName
{
color: #7D0ABB;
}
</style>
background-color css
<style>
a { background-color: #7D0ABB; }
a { background-color: rgb(125,10,187); }
div.DivClassName
{
background-color: #7D0ABB;
}
.BgClassName
{
background-color: #7D0ABB;
}
</style>
border-color css
<style>
span { border-color: #7D0ABB; }
span { border-color: rgb(125,10,187); }
td.TdClassName
{
border-color: #7D0ABB;
}
.TagClassName
{
border-color: #7D0ABB;
}
</style>