Shades of Dark Violet #7C00DF
Tints of Dark Violet #7C00DF
RGB
CMYK
RGB Variations
Color information
#7C00DF (or 0x7C00DF) is known color: Dark Violet. HEX triplet: 7C, 00 and DF. RGB value is (124,0,223). Sum of RGB (Red+Green+Blue) = 124+0+223=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C00DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00DF is #83FF20. Grayscale: #3D3D3D. Windows color (decimal): -8650529 or 14614652. OLE color: 14614652.
HSL color Cylindrical-coordinate representation of color #7C00DF: hue angle of 273.36º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00DF is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 0 | 223 | - |
| CMYK | 0.44 | 1 | 0 | 0.13 |
| HSL | 273.36º | 1% | 0.44% | - |
| HSV(B) | 273.36º | 1% | 0.87% | - |
| XYZ | 21.63 | 9.61 | 70.53 | - |
| YUV | 62.5 | 218.58 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 223 | 0.44 | 1 | 0 | 0.13 | 273.36 | 1 | 0.44 |
| Hex | 7C | 0 | DF | 2C | 64 | 0 | D | 111 | 64 | 2C |
| Octal | 174 | 0 | 337 | 54 | 144 | 0 | 15 | 421 | 144 | 54 |
| Binary | 1111100 | 0 | 11011111 | 101100 | 1100100 | 0 | 1101 | 100010001 | 1100100 | 101100 |
Color Harmonies of #7C00DF
Complementary color
Monochromatic Colors of #7C00DF
Black with #7C00DF
Text Example
Text Example
White with #7C00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00DF; }
p { color: rgb(124,0,223); }
H1.HeaderClassName
{
color: #7C00DF;
}
.AnyTagClassName
{
color: #7C00DF;
}
</style>
background-color css
<style>
a { background-color: #7C00DF; }
a { background-color: rgb(124,0,223); }
div.DivClassName
{
background-color: #7C00DF;
}
.BgClassName
{
background-color: #7C00DF;
}
</style>
border-color css
<style>
span { border-color: #7C00DF; }
span { border-color: rgb(124,0,223); }
td.TdClassName
{
border-color: #7C00DF;
}
.TagClassName
{
border-color: #7C00DF;
}
</style>