Shades of Dark Violet #7C14CD
Tints of Dark Violet #7C14CD
RGB
CMYK
RGB Variations
Color information
#7C14CD (or 0x7C14CD) is known color: Dark Violet. HEX triplet: 7C, 14 and CD. RGB value is (124,20,205). Sum of RGB (Red+Green+Blue) = 124+20+205=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C14CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C14CD is #83EB32. Grayscale: #474747. Windows color (decimal): -8645427 or 13440124. OLE color: 13440124.
HSL color Cylindrical-coordinate representation of color #7C14CD: hue angle of 273.73º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C14CD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 20 | 205 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.20 |
| HSL | 273.73º | 0.82% | 0.44% | - |
| HSV(B) | 273.73º | 0.9% | 0.8% | - |
| XYZ | 19.58 | 9.19 | 58.5 | - |
| YUV | 72.19 | 202.96 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 205 | 0.40 | 0.90 | 0 | 0.20 | 273.73 | 0.82 | 0.44 |
| Hex | 7C | 14 | CD | 28 | 5A | 0 | 14 | 112 | 52 | 2C |
| Octal | 174 | 24 | 315 | 50 | 132 | 0 | 24 | 422 | 122 | 54 |
| Binary | 1111100 | 10100 | 11001101 | 101000 | 1011010 | 0 | 10100 | 100010010 | 1010010 | 101100 |
Color Harmonies of #7C14CD
Complementary color
Monochromatic Colors of #7C14CD
Black with #7C14CD
Text Example
Text Example
White with #7C14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C14CD; }
p { color: rgb(124,20,205); }
H1.HeaderClassName
{
color: #7C14CD;
}
.AnyTagClassName
{
color: #7C14CD;
}
</style>
background-color css
<style>
a { background-color: #7C14CD; }
a { background-color: rgb(124,20,205); }
div.DivClassName
{
background-color: #7C14CD;
}
.BgClassName
{
background-color: #7C14CD;
}
</style>
border-color css
<style>
span { border-color: #7C14CD; }
span { border-color: rgb(124,20,205); }
td.TdClassName
{
border-color: #7C14CD;
}
.TagClassName
{
border-color: #7C14CD;
}
</style>