Shades of Dark Violet #7C00D0
Tints of Dark Violet #7C00D0
RGB
CMYK
RGB Variations
Color information
#7C00D0 (or 0x7C00D0) is known color: Dark Violet. HEX triplet: 7C, 00 and D0. RGB value is (124,0,208). Sum of RGB (Red+Green+Blue) = 124+0+208=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C00D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00D0 is #83FF2F. Grayscale: #3C3C3C. Windows color (decimal): -8650544 or 13631612. OLE color: 13631612.
HSL color Cylindrical-coordinate representation of color #7C00D0: hue angle of 275.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00D0 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 0 | 208 | - |
| CMYK | 0.40 | 1 | 0 | 0.18 |
| HSL | 275.77º | 1% | 0.41% | - |
| HSV(B) | 275.77º | 1% | 0.82% | - |
| XYZ | 19.7 | 8.84 | 60.34 | - |
| YUV | 60.79 | 211.08 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 208 | 0.40 | 1 | 0 | 0.18 | 275.77 | 1 | 0.41 |
| Hex | 7C | 0 | D0 | 28 | 64 | 0 | 12 | 114 | 64 | 29 |
| Octal | 174 | 0 | 320 | 50 | 144 | 0 | 22 | 424 | 144 | 51 |
| Binary | 1111100 | 0 | 11010000 | 101000 | 1100100 | 0 | 10010 | 100010100 | 1100100 | 101001 |
Color Harmonies of #7C00D0
Complementary color
Monochromatic Colors of #7C00D0
Black with #7C00D0
Text Example
Text Example
White with #7C00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00D0; }
p { color: rgb(124,0,208); }
H1.HeaderClassName
{
color: #7C00D0;
}
.AnyTagClassName
{
color: #7C00D0;
}
</style>
background-color css
<style>
a { background-color: #7C00D0; }
a { background-color: rgb(124,0,208); }
div.DivClassName
{
background-color: #7C00D0;
}
.BgClassName
{
background-color: #7C00D0;
}
</style>
border-color css
<style>
span { border-color: #7C00D0; }
span { border-color: rgb(124,0,208); }
td.TdClassName
{
border-color: #7C00D0;
}
.TagClassName
{
border-color: #7C00D0;
}
</style>