Shades of Dark Violet #7D14BE
Tints of Dark Violet #7D14BE
RGB
CMYK
RGB Variations
Color information
#7D14BE (or 0x7D14BE) is known color: Dark Violet. HEX triplet: 7D, 14 and BE. RGB value is (125,20,190). Sum of RGB (Red+Green+Blue) = 125+20+190=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D14BE is #82EB41. Grayscale: #464646. Windows color (decimal): -8579906 or 12457085. OLE color: 12457085.
HSL color Cylindrical-coordinate representation of color #7D14BE: hue angle of 277.06º degrees, saturation: 0.81, 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 #7D14BE is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 20 | 190 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.25 |
| HSL | 277.06º | 0.81% | 0.41% | - |
| HSV(B) | 277.06º | 0.89% | 0.75% | - |
| XYZ | 18 | 8.58 | 49.42 | - |
| YUV | 70.78 | 195.29 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 190 | 0.34 | 0.89 | 0 | 0.25 | 277.06 | 0.81 | 0.41 |
| Hex | 7D | 14 | BE | 22 | 59 | 0 | 19 | 115 | 51 | 29 |
| Octal | 175 | 24 | 276 | 42 | 131 | 0 | 31 | 425 | 121 | 51 |
| Binary | 1111101 | 10100 | 10111110 | 100010 | 1011001 | 0 | 11001 | 100010101 | 1010001 | 101001 |
Color Harmonies of #7D14BE
Complementary color
Monochromatic Colors of #7D14BE
Black with #7D14BE
Text Example
Text Example
White with #7D14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D14BE; }
p { color: rgb(125,20,190); }
H1.HeaderClassName
{
color: #7D14BE;
}
.AnyTagClassName
{
color: #7D14BE;
}
</style>
background-color css
<style>
a { background-color: #7D14BE; }
a { background-color: rgb(125,20,190); }
div.DivClassName
{
background-color: #7D14BE;
}
.BgClassName
{
background-color: #7D14BE;
}
</style>
border-color css
<style>
span { border-color: #7D14BE; }
span { border-color: rgb(125,20,190); }
td.TdClassName
{
border-color: #7D14BE;
}
.TagClassName
{
border-color: #7D14BE;
}
</style>