Shades of Dark Violet #7C14BE
Tints of Dark Violet #7C14BE
RGB
CMYK
RGB Variations
Color information
#7C14BE (or 0x7C14BE) is known color: Dark Violet. HEX triplet: 7C, 14 and BE. RGB value is (124,20,190). Sum of RGB (Red+Green+Blue) = 124+20+190=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C14BE is #83EB41. Grayscale: #454545. Windows color (decimal): -8645442 or 12457084. OLE color: 12457084.
HSL color Cylindrical-coordinate representation of color #7C14BE: hue angle of 276.71º 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 #7C14BE is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 20 | 190 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.25 |
| HSL | 276.71º | 0.81% | 0.41% | - |
| HSV(B) | 276.71º | 0.89% | 0.75% | - |
| XYZ | 17.86 | 8.5 | 49.42 | - |
| YUV | 70.48 | 195.46 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 190 | 0.35 | 0.89 | 0 | 0.25 | 276.71 | 0.81 | 0.41 |
| Hex | 7C | 14 | BE | 23 | 59 | 0 | 19 | 115 | 51 | 29 |
| Octal | 174 | 24 | 276 | 43 | 131 | 0 | 31 | 425 | 121 | 51 |
| Binary | 1111100 | 10100 | 10111110 | 100011 | 1011001 | 0 | 11001 | 100010101 | 1010001 | 101001 |
Color Harmonies of #7C14BE
Complementary color
Monochromatic Colors of #7C14BE
Black with #7C14BE
Text Example
Text Example
White with #7C14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C14BE; }
p { color: rgb(124,20,190); }
H1.HeaderClassName
{
color: #7C14BE;
}
.AnyTagClassName
{
color: #7C14BE;
}
</style>
background-color css
<style>
a { background-color: #7C14BE; }
a { background-color: rgb(124,20,190); }
div.DivClassName
{
background-color: #7C14BE;
}
.BgClassName
{
background-color: #7C14BE;
}
</style>
border-color css
<style>
span { border-color: #7C14BE; }
span { border-color: rgb(124,20,190); }
td.TdClassName
{
border-color: #7C14BE;
}
.TagClassName
{
border-color: #7C14BE;
}
</style>