Shades of Dark Violet #7C14CA
Tints of Dark Violet #7C14CA
RGB
CMYK
RGB Variations
Color information
#7C14CA (or 0x7C14CA) is known color: Dark Violet. HEX triplet: 7C, 14 and CA. RGB value is (124,20,202). Sum of RGB (Red+Green+Blue) = 124+20+202=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C14CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C14CA is #83EB35. Grayscale: #474747. Windows color (decimal): -8645430 or 13243516. OLE color: 13243516.
HSL color Cylindrical-coordinate representation of color #7C14CA: hue angle of 274.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C14CA is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 20 | 202 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.21 |
| HSL | 274.29º | 0.82% | 0.44% | - |
| HSV(B) | 274.29º | 0.9% | 0.79% | - |
| XYZ | 19.22 | 9.05 | 56.61 | - |
| YUV | 71.84 | 201.46 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 202 | 0.39 | 0.90 | 0 | 0.21 | 274.29 | 0.82 | 0.44 |
| Hex | 7C | 14 | CA | 27 | 5A | 0 | 15 | 112 | 52 | 2C |
| Octal | 174 | 24 | 312 | 47 | 132 | 0 | 25 | 422 | 122 | 54 |
| Binary | 1111100 | 10100 | 11001010 | 100111 | 1011010 | 0 | 10101 | 100010010 | 1010010 | 101100 |
Color Harmonies of #7C14CA
Complementary color
Monochromatic Colors of #7C14CA
Black with #7C14CA
Text Example
Text Example
White with #7C14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C14CA; }
p { color: rgb(124,20,202); }
H1.HeaderClassName
{
color: #7C14CA;
}
.AnyTagClassName
{
color: #7C14CA;
}
</style>
background-color css
<style>
a { background-color: #7C14CA; }
a { background-color: rgb(124,20,202); }
div.DivClassName
{
background-color: #7C14CA;
}
.BgClassName
{
background-color: #7C14CA;
}
</style>
border-color css
<style>
span { border-color: #7C14CA; }
span { border-color: rgb(124,20,202); }
td.TdClassName
{
border-color: #7C14CA;
}
.TagClassName
{
border-color: #7C14CA;
}
</style>