Shades of Dark Violet #7D10BE
Tints of Dark Violet #7D10BE
RGB
CMYK
RGB Variations
Color information
#7D10BE (or 0x7D10BE) is known color: Dark Violet. HEX triplet: 7D, 10 and BE. RGB value is (125,16,190). Sum of RGB (Red+Green+Blue) = 125+16+190=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D10BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D10BE is #82EF41. Grayscale: #434343. Windows color (decimal): -8580930 or 12456061. OLE color: 12456061.
HSL color Cylindrical-coordinate representation of color #7D10BE: hue angle of 277.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D10BE is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 16 | 190 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.25 |
| HSL | 277.59º | 0.84% | 0.4% | - |
| HSV(B) | 277.59º | 0.92% | 0.75% | - |
| XYZ | 17.94 | 8.45 | 49.4 | - |
| YUV | 68.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 190 | 0.34 | 0.92 | 0 | 0.25 | 277.59 | 0.84 | 0.4 |
| Hex | 7D | 10 | BE | 22 | 5C | 0 | 19 | 116 | 54 | 28 |
| Octal | 175 | 20 | 276 | 42 | 134 | 0 | 31 | 426 | 124 | 50 |
| Binary | 1111101 | 10000 | 10111110 | 100010 | 1011100 | 0 | 11001 | 100010110 | 1010100 | 101000 |
Color Harmonies of #7D10BE
Complementary color
Monochromatic Colors of #7D10BE
Black with #7D10BE
Text Example
Text Example
White with #7D10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D10BE; }
p { color: rgb(125,16,190); }
H1.HeaderClassName
{
color: #7D10BE;
}
.AnyTagClassName
{
color: #7D10BE;
}
</style>
background-color css
<style>
a { background-color: #7D10BE; }
a { background-color: rgb(125,16,190); }
div.DivClassName
{
background-color: #7D10BE;
}
.BgClassName
{
background-color: #7D10BE;
}
</style>
border-color css
<style>
span { border-color: #7D10BE; }
span { border-color: rgb(125,16,190); }
td.TdClassName
{
border-color: #7D10BE;
}
.TagClassName
{
border-color: #7D10BE;
}
</style>