Shades of Dark Violet #7C00C8
Tints of Dark Violet #7C00C8
RGB
CMYK
RGB Variations
Color information
#7C00C8 (or 0x7C00C8) is known color: Dark Violet. HEX triplet: 7C, 00 and C8. RGB value is (124,0,200). Sum of RGB (Red+Green+Blue) = 124+0+200=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #7C00C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00C8 is #83FF37. Grayscale: #3B3B3B. Windows color (decimal): -8650552 or 13107324. OLE color: 13107324.
HSL color Cylindrical-coordinate representation of color #7C00C8: hue angle of 277.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00C8 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 0 | 200 | - |
| CMYK | 0.38 | 1 | 0 | 0.22 |
| HSL | 277.2º | 1% | 0.39% | - |
| HSV(B) | 277.2º | 1% | 0.78% | - |
| XYZ | 18.74 | 8.46 | 55.29 | - |
| YUV | 59.88 | 207.08 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 200 | 0.38 | 1 | 0 | 0.22 | 277.2 | 1 | 0.39 |
| Hex | 7C | 0 | C8 | 26 | 64 | 0 | 16 | 115 | 64 | 27 |
| Octal | 174 | 0 | 310 | 46 | 144 | 0 | 26 | 425 | 144 | 47 |
| Binary | 1111100 | 0 | 11001000 | 100110 | 1100100 | 0 | 10110 | 100010101 | 1100100 | 100111 |
Color Harmonies of #7C00C8
Complementary color
Monochromatic Colors of #7C00C8
Black with #7C00C8
Text Example
Text Example
White with #7C00C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00C8; }
p { color: rgb(124,0,200); }
H1.HeaderClassName
{
color: #7C00C8;
}
.AnyTagClassName
{
color: #7C00C8;
}
</style>
background-color css
<style>
a { background-color: #7C00C8; }
a { background-color: rgb(124,0,200); }
div.DivClassName
{
background-color: #7C00C8;
}
.BgClassName
{
background-color: #7C00C8;
}
</style>
border-color css
<style>
span { border-color: #7C00C8; }
span { border-color: rgb(124,0,200); }
td.TdClassName
{
border-color: #7C00C8;
}
.TagClassName
{
border-color: #7C00C8;
}
</style>