Shades of Dark Violet #7C10CE
Tints of Dark Violet #7C10CE
RGB
CMYK
RGB Variations
Color information
#7C10CE (or 0x7C10CE) is known color: Dark Violet. HEX triplet: 7C, 10 and CE. RGB value is (124,16,206). Sum of RGB (Red+Green+Blue) = 124+16+206=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C10CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C10CE is #83EF31. Grayscale: #454545. Windows color (decimal): -8646450 or 13504636. OLE color: 13504636.
HSL color Cylindrical-coordinate representation of color #7C10CE: hue angle of 274.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C10CE is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 16 | 206 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.19 |
| HSL | 274.11º | 0.86% | 0.44% | - |
| HSV(B) | 274.11º | 0.92% | 0.81% | - |
| XYZ | 19.64 | 9.11 | 59.12 | - |
| YUV | 69.95 | 204.78 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 206 | 0.40 | 0.92 | 0 | 0.19 | 274.11 | 0.86 | 0.44 |
| Hex | 7C | 10 | CE | 28 | 5C | 0 | 13 | 112 | 56 | 2C |
| Octal | 174 | 20 | 316 | 50 | 134 | 0 | 23 | 422 | 126 | 54 |
| Binary | 1111100 | 10000 | 11001110 | 101000 | 1011100 | 0 | 10011 | 100010010 | 1010110 | 101100 |
Color Harmonies of #7C10CE
Complementary color
Monochromatic Colors of #7C10CE
Black with #7C10CE
Text Example
Text Example
White with #7C10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C10CE; }
p { color: rgb(124,16,206); }
H1.HeaderClassName
{
color: #7C10CE;
}
.AnyTagClassName
{
color: #7C10CE;
}
</style>
background-color css
<style>
a { background-color: #7C10CE; }
a { background-color: rgb(124,16,206); }
div.DivClassName
{
background-color: #7C10CE;
}
.BgClassName
{
background-color: #7C10CE;
}
</style>
border-color css
<style>
span { border-color: #7C10CE; }
span { border-color: rgb(124,16,206); }
td.TdClassName
{
border-color: #7C10CE;
}
.TagClassName
{
border-color: #7C10CE;
}
</style>