Shades of Dark Violet #7D15BC
Tints of Dark Violet #7D15BC
RGB
CMYK
RGB Variations
Color information
#7D15BC (or 0x7D15BC) is known color: Dark Violet. HEX triplet: 7D, 15 and BC. RGB value is (125,21,188). Sum of RGB (Red+Green+Blue) = 125+21+188=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D15BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D15BC is #82EA43. Grayscale: #464646. Windows color (decimal): -8579652 or 12326269. OLE color: 12326269.
HSL color Cylindrical-coordinate representation of color #7D15BC: hue angle of 277.37º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D15BC is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 21 | 188 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.26 |
| HSL | 277.37º | 0.8% | 0.41% | - |
| HSV(B) | 277.37º | 0.89% | 0.74% | - |
| XYZ | 17.8 | 8.53 | 48.28 | - |
| YUV | 71.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 188 | 0.34 | 0.89 | 0 | 0.26 | 277.37 | 0.8 | 0.41 |
| Hex | 7D | 15 | BC | 22 | 59 | 0 | 1A | 115 | 50 | 29 |
| Octal | 175 | 25 | 274 | 42 | 131 | 0 | 32 | 425 | 120 | 51 |
| Binary | 1111101 | 10101 | 10111100 | 100010 | 1011001 | 0 | 11010 | 100010101 | 1010000 | 101001 |
Color Harmonies of #7D15BC
Complementary color
Monochromatic Colors of #7D15BC
Black with #7D15BC
Text Example
Text Example
White with #7D15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D15BC; }
p { color: rgb(125,21,188); }
H1.HeaderClassName
{
color: #7D15BC;
}
.AnyTagClassName
{
color: #7D15BC;
}
</style>
background-color css
<style>
a { background-color: #7D15BC; }
a { background-color: rgb(125,21,188); }
div.DivClassName
{
background-color: #7D15BC;
}
.BgClassName
{
background-color: #7D15BC;
}
</style>
border-color css
<style>
span { border-color: #7D15BC; }
span { border-color: rgb(125,21,188); }
td.TdClassName
{
border-color: #7D15BC;
}
.TagClassName
{
border-color: #7D15BC;
}
</style>