Shades of Dark Violet #7D0CB0
Tints of Dark Violet #7D0CB0
RGB
CMYK
RGB Variations
Color information
#7D0CB0 (or 0x7D0CB0) is known color: Dark Violet. HEX triplet: 7D, 0C and B0. RGB value is (125,12,176). Sum of RGB (Red+Green+Blue) = 125+12+176=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 176 (69.14% from 255 or 56.23% from 313); Max value from RGB is 176 - color contains mainly: blue. Hex color #7D0CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0CB0 is #82F34F. Grayscale: #3F3F3F. Windows color (decimal): -8581968 or 11537533. OLE color: 11537533.
HSL color Cylindrical-coordinate representation of color #7D0CB0: hue angle of 281.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0CB0 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 12 | 176 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.31 |
| HSL | 281.34º | 0.87% | 0.37% | - |
| HSV(B) | 281.34º | 0.93% | 0.69% | - |
| XYZ | 16.43 | 7.76 | 41.71 | - |
| YUV | 64.48 | 190.94 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 176 | 0.29 | 0.93 | 0 | 0.31 | 281.34 | 0.87 | 0.37 |
| Hex | 7D | C | B0 | 1D | 5D | 0 | 1F | 119 | 57 | 25 |
| Octal | 175 | 14 | 260 | 35 | 135 | 0 | 37 | 431 | 127 | 45 |
| Binary | 1111101 | 1100 | 10110000 | 11101 | 1011101 | 0 | 11111 | 100011001 | 1010111 | 100101 |
Color Harmonies of #7D0CB0
Complementary color
Monochromatic Colors of #7D0CB0
Black with #7D0CB0
Text Example
Text Example
White with #7D0CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0CB0; }
p { color: rgb(125,12,176); }
H1.HeaderClassName
{
color: #7D0CB0;
}
.AnyTagClassName
{
color: #7D0CB0;
}
</style>
background-color css
<style>
a { background-color: #7D0CB0; }
a { background-color: rgb(125,12,176); }
div.DivClassName
{
background-color: #7D0CB0;
}
.BgClassName
{
background-color: #7D0CB0;
}
</style>
border-color css
<style>
span { border-color: #7D0CB0; }
span { border-color: rgb(125,12,176); }
td.TdClassName
{
border-color: #7D0CB0;
}
.TagClassName
{
border-color: #7D0CB0;
}
</style>