Shades of Dark Violet #7D0AE6
Tints of Dark Violet #7D0AE6
RGB
CMYK
RGB Variations
Color information
#7D0AE6 (or 0x7D0AE6) is known color: Dark Violet. HEX triplet: 7D, 0A and E6. RGB value is (125,10,230). Sum of RGB (Red+Green+Blue) = 125+10+230=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D0AE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0AE6 is #82F519. Grayscale: #444444. Windows color (decimal): -8582426 or 15075965. OLE color: 15075965.
HSL color Cylindrical-coordinate representation of color #7D0AE6: hue angle of 271.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0AE6 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 10 | 230 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.10 |
| HSL | 271.36º | 0.92% | 0.47% | - |
| HSV(B) | 271.36º | 0.96% | 0.9% | - |
| XYZ | 22.85 | 10.29 | 75.64 | - |
| YUV | 69.47 | 218.6 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 230 | 0.46 | 0.96 | 0 | 0.10 | 271.36 | 0.92 | 0.47 |
| Hex | 7D | A | E6 | 2E | 60 | 0 | A | 10F | 5C | 2F |
| Octal | 175 | 12 | 346 | 56 | 140 | 0 | 12 | 417 | 134 | 57 |
| Binary | 1111101 | 1010 | 11100110 | 101110 | 1100000 | 0 | 1010 | 100001111 | 1011100 | 101111 |
Color Harmonies of #7D0AE6
Complementary color
Monochromatic Colors of #7D0AE6
Black with #7D0AE6
Text Example
Text Example
White with #7D0AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0AE6; }
p { color: rgb(125,10,230); }
H1.HeaderClassName
{
color: #7D0AE6;
}
.AnyTagClassName
{
color: #7D0AE6;
}
</style>
background-color css
<style>
a { background-color: #7D0AE6; }
a { background-color: rgb(125,10,230); }
div.DivClassName
{
background-color: #7D0AE6;
}
.BgClassName
{
background-color: #7D0AE6;
}
</style>
border-color css
<style>
span { border-color: #7D0AE6; }
span { border-color: rgb(125,10,230); }
td.TdClassName
{
border-color: #7D0AE6;
}
.TagClassName
{
border-color: #7D0AE6;
}
</style>