Shades of Dark Violet #7C08DC
Tints of Dark Violet #7C08DC
RGB
CMYK
RGB Variations
Color information
#7C08DC (or 0x7C08DC) is known color: Dark Violet. HEX triplet: 7C, 08 and DC. RGB value is (124,8,220). Sum of RGB (Red+Green+Blue) = 124+8+220=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C08DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C08DC is #83F723. Grayscale: #424242. Windows color (decimal): -8648484 or 14420092. OLE color: 14420092.
HSL color Cylindrical-coordinate representation of color #7C08DC: hue angle of 272.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C08DC is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 8 | 220 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.14 |
| HSL | 272.83º | 0.93% | 0.45% | - |
| HSV(B) | 272.83º | 0.96% | 0.86% | - |
| XYZ | 21.32 | 9.63 | 68.44 | - |
| YUV | 66.85 | 214.43 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 220 | 0.44 | 0.96 | 0 | 0.14 | 272.83 | 0.93 | 0.45 |
| Hex | 7C | 8 | DC | 2C | 60 | 0 | E | 111 | 5D | 2D |
| Octal | 174 | 10 | 334 | 54 | 140 | 0 | 16 | 421 | 135 | 55 |
| Binary | 1111100 | 1000 | 11011100 | 101100 | 1100000 | 0 | 1110 | 100010001 | 1011101 | 101101 |
Color Harmonies of #7C08DC
Complementary color
Monochromatic Colors of #7C08DC
Black with #7C08DC
Text Example
Text Example
White with #7C08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C08DC; }
p { color: rgb(124,8,220); }
H1.HeaderClassName
{
color: #7C08DC;
}
.AnyTagClassName
{
color: #7C08DC;
}
</style>
background-color css
<style>
a { background-color: #7C08DC; }
a { background-color: rgb(124,8,220); }
div.DivClassName
{
background-color: #7C08DC;
}
.BgClassName
{
background-color: #7C08DC;
}
</style>
border-color css
<style>
span { border-color: #7C08DC; }
span { border-color: rgb(124,8,220); }
td.TdClassName
{
border-color: #7C08DC;
}
.TagClassName
{
border-color: #7C08DC;
}
</style>