Shades of Dark Violet #7D10CB
Tints of Dark Violet #7D10CB
RGB
CMYK
RGB Variations
Color information
#7D10CB (or 0x7D10CB) is known color: Dark Violet. HEX triplet: 7D, 10 and CB. RGB value is (125,16,203). Sum of RGB (Red+Green+Blue) = 125+16+203=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D10CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D10CB is #82EF34. Grayscale: #454545. Windows color (decimal): -8580917 or 13308029. OLE color: 13308029.
HSL color Cylindrical-coordinate representation of color #7D10CB: hue angle of 274.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D10CB is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 16 | 203 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.20 |
| HSL | 274.97º | 0.85% | 0.43% | - |
| HSV(B) | 274.97º | 0.92% | 0.8% | - |
| XYZ | 19.42 | 9.04 | 57.22 | - |
| YUV | 69.91 | 203.11 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 203 | 0.38 | 0.92 | 0 | 0.20 | 274.97 | 0.85 | 0.43 |
| Hex | 7D | 10 | CB | 26 | 5C | 0 | 14 | 113 | 55 | 2B |
| Octal | 175 | 20 | 313 | 46 | 134 | 0 | 24 | 423 | 125 | 53 |
| Binary | 1111101 | 10000 | 11001011 | 100110 | 1011100 | 0 | 10100 | 100010011 | 1010101 | 101011 |
Color Harmonies of #7D10CB
Complementary color
Monochromatic Colors of #7D10CB
Black with #7D10CB
Text Example
Text Example
White with #7D10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D10CB; }
p { color: rgb(125,16,203); }
H1.HeaderClassName
{
color: #7D10CB;
}
.AnyTagClassName
{
color: #7D10CB;
}
</style>
background-color css
<style>
a { background-color: #7D10CB; }
a { background-color: rgb(125,16,203); }
div.DivClassName
{
background-color: #7D10CB;
}
.BgClassName
{
background-color: #7D10CB;
}
</style>
border-color css
<style>
span { border-color: #7D10CB; }
span { border-color: rgb(125,16,203); }
td.TdClassName
{
border-color: #7D10CB;
}
.TagClassName
{
border-color: #7D10CB;
}
</style>