Shades of Dark Violet #7C16C6
Tints of Dark Violet #7C16C6
RGB
CMYK
RGB Variations
Color information
#7C16C6 (or 0x7C16C6) is known color: Dark Violet. HEX triplet: 7C, 16 and C6. RGB value is (124,22,198). Sum of RGB (Red+Green+Blue) = 124+22+198=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #7C16C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C16C6 is #83E939. Grayscale: #474747. Windows color (decimal): -8644922 or 12981884. OLE color: 12981884.
HSL color Cylindrical-coordinate representation of color #7C16C6: hue angle of 274.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C16C6 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 22 | 198 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.22 |
| HSL | 274.77º | 0.8% | 0.43% | - |
| HSV(B) | 274.77º | 0.89% | 0.78% | - |
| XYZ | 18.79 | 8.94 | 54.16 | - |
| YUV | 72.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 198 | 0.37 | 0.89 | 0 | 0.22 | 274.77 | 0.8 | 0.43 |
| Hex | 7C | 16 | C6 | 25 | 59 | 0 | 16 | 113 | 50 | 2B |
| Octal | 174 | 26 | 306 | 45 | 131 | 0 | 26 | 423 | 120 | 53 |
| Binary | 1111100 | 10110 | 11000110 | 100101 | 1011001 | 0 | 10110 | 100010011 | 1010000 | 101011 |
Color Harmonies of #7C16C6
Complementary color
Monochromatic Colors of #7C16C6
Black with #7C16C6
Text Example
Text Example
White with #7C16C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C16C6; }
p { color: rgb(124,22,198); }
H1.HeaderClassName
{
color: #7C16C6;
}
.AnyTagClassName
{
color: #7C16C6;
}
</style>
background-color css
<style>
a { background-color: #7C16C6; }
a { background-color: rgb(124,22,198); }
div.DivClassName
{
background-color: #7C16C6;
}
.BgClassName
{
background-color: #7C16C6;
}
</style>
border-color css
<style>
span { border-color: #7C16C6; }
span { border-color: rgb(124,22,198); }
td.TdClassName
{
border-color: #7C16C6;
}
.TagClassName
{
border-color: #7C16C6;
}
</style>