Shades of Dark Violet #7C14CB
Tints of Dark Violet #7C14CB
RGB
CMYK
RGB Variations
Color information
#7C14CB (or 0x7C14CB) is known color: Dark Violet. HEX triplet: 7C, 14 and CB. RGB value is (124,20,203). Sum of RGB (Red+Green+Blue) = 124+20+203=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C14CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C14CB is #83EB34. Grayscale: #474747. Windows color (decimal): -8645429 or 13309052. OLE color: 13309052.
HSL color Cylindrical-coordinate representation of color #7C14CB: hue angle of 274.1º 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 #7C14CB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 20 | 203 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.20 |
| HSL | 274.1º | 0.82% | 0.44% | - |
| HSV(B) | 274.1º | 0.9% | 0.8% | - |
| XYZ | 19.34 | 9.1 | 57.24 | - |
| YUV | 71.96 | 201.96 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 203 | 0.39 | 0.90 | 0 | 0.20 | 274.1 | 0.82 | 0.44 |
| Hex | 7C | 14 | CB | 27 | 5A | 0 | 14 | 112 | 52 | 2C |
| Octal | 174 | 24 | 313 | 47 | 132 | 0 | 24 | 422 | 122 | 54 |
| Binary | 1111100 | 10100 | 11001011 | 100111 | 1011010 | 0 | 10100 | 100010010 | 1010010 | 101100 |
Color Harmonies of #7C14CB
Complementary color
Monochromatic Colors of #7C14CB
Black with #7C14CB
Text Example
Text Example
White with #7C14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C14CB; }
p { color: rgb(124,20,203); }
H1.HeaderClassName
{
color: #7C14CB;
}
.AnyTagClassName
{
color: #7C14CB;
}
</style>
background-color css
<style>
a { background-color: #7C14CB; }
a { background-color: rgb(124,20,203); }
div.DivClassName
{
background-color: #7C14CB;
}
.BgClassName
{
background-color: #7C14CB;
}
</style>
border-color css
<style>
span { border-color: #7C14CB; }
span { border-color: rgb(124,20,203); }
td.TdClassName
{
border-color: #7C14CB;
}
.TagClassName
{
border-color: #7C14CB;
}
</style>