Shades of Dark Violet #7C03DC
Tints of Dark Violet #7C03DC
RGB
CMYK
RGB Variations
Color information
#7C03DC (or 0x7C03DC) is known color: Dark Violet. HEX triplet: 7C, 03 and DC. RGB value is (124,3,220). Sum of RGB (Red+Green+Blue) = 124+3+220=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C03DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C03DC is #83FC23. Grayscale: #3F3F3F. Windows color (decimal): -8649764 or 14418812. OLE color: 14418812.
HSL color Cylindrical-coordinate representation of color #7C03DC: hue angle of 273.46º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C03DC is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 3 | 220 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.14 |
| HSL | 273.46º | 0.97% | 0.44% | - |
| HSV(B) | 273.46º | 0.99% | 0.86% | - |
| XYZ | 21.26 | 9.52 | 68.43 | - |
| YUV | 63.92 | 216.09 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 220 | 0.44 | 0.99 | 0 | 0.14 | 273.46 | 0.97 | 0.44 |
| Hex | 7C | 3 | DC | 2C | 63 | 0 | E | 111 | 61 | 2C |
| Octal | 174 | 3 | 334 | 54 | 143 | 0 | 16 | 421 | 141 | 54 |
| Binary | 1111100 | 11 | 11011100 | 101100 | 1100011 | 0 | 1110 | 100010001 | 1100001 | 101100 |
Color Harmonies of #7C03DC
Complementary color
Monochromatic Colors of #7C03DC
Black with #7C03DC
Text Example
Text Example
White with #7C03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C03DC; }
p { color: rgb(124,3,220); }
H1.HeaderClassName
{
color: #7C03DC;
}
.AnyTagClassName
{
color: #7C03DC;
}
</style>
background-color css
<style>
a { background-color: #7C03DC; }
a { background-color: rgb(124,3,220); }
div.DivClassName
{
background-color: #7C03DC;
}
.BgClassName
{
background-color: #7C03DC;
}
</style>
border-color css
<style>
span { border-color: #7C03DC; }
span { border-color: rgb(124,3,220); }
td.TdClassName
{
border-color: #7C03DC;
}
.TagClassName
{
border-color: #7C03DC;
}
</style>