Shades of Dark Violet #7D15BE
Tints of Dark Violet #7D15BE
RGB
CMYK
RGB Variations
Color information
#7D15BE (or 0x7D15BE) is known color: Dark Violet. HEX triplet: 7D, 15 and BE. RGB value is (125,21,190). Sum of RGB (Red+Green+Blue) = 125+21+190=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D15BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D15BE is #82EA41. Grayscale: #464646. Windows color (decimal): -8579650 or 12457341. OLE color: 12457341.
HSL color Cylindrical-coordinate representation of color #7D15BE: hue angle of 276.92º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D15BE is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 21 | 190 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.25 |
| HSL | 276.92º | 0.8% | 0.41% | - |
| HSV(B) | 276.92º | 0.89% | 0.75% | - |
| XYZ | 18.02 | 8.61 | 49.43 | - |
| YUV | 71.36 | 194.96 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 190 | 0.34 | 0.89 | 0 | 0.25 | 276.92 | 0.8 | 0.41 |
| Hex | 7D | 15 | BE | 22 | 59 | 0 | 19 | 115 | 50 | 29 |
| Octal | 175 | 25 | 276 | 42 | 131 | 0 | 31 | 425 | 120 | 51 |
| Binary | 1111101 | 10101 | 10111110 | 100010 | 1011001 | 0 | 11001 | 100010101 | 1010000 | 101001 |
Color Harmonies of #7D15BE
Complementary color
Monochromatic Colors of #7D15BE
Black with #7D15BE
Text Example
Text Example
White with #7D15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D15BE; }
p { color: rgb(125,21,190); }
H1.HeaderClassName
{
color: #7D15BE;
}
.AnyTagClassName
{
color: #7D15BE;
}
</style>
background-color css
<style>
a { background-color: #7D15BE; }
a { background-color: rgb(125,21,190); }
div.DivClassName
{
background-color: #7D15BE;
}
.BgClassName
{
background-color: #7D15BE;
}
</style>
border-color css
<style>
span { border-color: #7D15BE; }
span { border-color: rgb(125,21,190); }
td.TdClassName
{
border-color: #7D15BE;
}
.TagClassName
{
border-color: #7D15BE;
}
</style>