Shades of Dark Violet #7D0ECB
Tints of Dark Violet #7D0ECB
RGB
CMYK
RGB Variations
Color information
#7D0ECB (or 0x7D0ECB) is known color: Dark Violet. HEX triplet: 7D, 0E and CB. RGB value is (125,14,203). Sum of RGB (Red+Green+Blue) = 125+14+203=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D0ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0ECB is #82F134. Grayscale: #444444. Windows color (decimal): -8581429 or 13307517. OLE color: 13307517.
HSL color Cylindrical-coordinate representation of color #7D0ECB: hue angle of 275.24º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0ECB is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 14 | 203 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.20 |
| HSL | 275.24º | 0.87% | 0.43% | - |
| HSV(B) | 275.24º | 0.93% | 0.8% | - |
| XYZ | 19.39 | 8.99 | 57.21 | - |
| YUV | 68.74 | 203.77 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 203 | 0.38 | 0.93 | 0 | 0.20 | 275.24 | 0.87 | 0.43 |
| Hex | 7D | E | CB | 26 | 5D | 0 | 14 | 113 | 57 | 2B |
| Octal | 175 | 16 | 313 | 46 | 135 | 0 | 24 | 423 | 127 | 53 |
| Binary | 1111101 | 1110 | 11001011 | 100110 | 1011101 | 0 | 10100 | 100010011 | 1010111 | 101011 |
Color Harmonies of #7D0ECB
Complementary color
Monochromatic Colors of #7D0ECB
Black with #7D0ECB
Text Example
Text Example
White with #7D0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0ECB; }
p { color: rgb(125,14,203); }
H1.HeaderClassName
{
color: #7D0ECB;
}
.AnyTagClassName
{
color: #7D0ECB;
}
</style>
background-color css
<style>
a { background-color: #7D0ECB; }
a { background-color: rgb(125,14,203); }
div.DivClassName
{
background-color: #7D0ECB;
}
.BgClassName
{
background-color: #7D0ECB;
}
</style>
border-color css
<style>
span { border-color: #7D0ECB; }
span { border-color: rgb(125,14,203); }
td.TdClassName
{
border-color: #7D0ECB;
}
.TagClassName
{
border-color: #7D0ECB;
}
</style>