Shades of Dark Violet #7C03DF
Tints of Dark Violet #7C03DF
RGB
CMYK
RGB Variations
Color information
#7C03DF (or 0x7C03DF) is known color: Dark Violet. HEX triplet: 7C, 03 and DF. RGB value is (124,3,223). Sum of RGB (Red+Green+Blue) = 124+3+223=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C03DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C03DF is #83FC20. Grayscale: #3F3F3F. Windows color (decimal): -8649761 or 14615420. OLE color: 14615420.
HSL color Cylindrical-coordinate representation of color #7C03DF: hue angle of 273º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C03DF is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 3 | 223 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.13 |
| HSL | 273º | 0.97% | 0.44% | - |
| HSV(B) | 273º | 0.99% | 0.87% | - |
| XYZ | 21.66 | 9.68 | 70.54 | - |
| YUV | 64.26 | 217.59 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 223 | 0.44 | 0.99 | 0 | 0.13 | 273 | 0.97 | 0.44 |
| Hex | 7C | 3 | DF | 2C | 63 | 0 | D | 111 | 61 | 2C |
| Octal | 174 | 3 | 337 | 54 | 143 | 0 | 15 | 421 | 141 | 54 |
| Binary | 1111100 | 11 | 11011111 | 101100 | 1100011 | 0 | 1101 | 100010001 | 1100001 | 101100 |
Color Harmonies of #7C03DF
Complementary color
Monochromatic Colors of #7C03DF
Black with #7C03DF
Text Example
Text Example
White with #7C03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C03DF; }
p { color: rgb(124,3,223); }
H1.HeaderClassName
{
color: #7C03DF;
}
.AnyTagClassName
{
color: #7C03DF;
}
</style>
background-color css
<style>
a { background-color: #7C03DF; }
a { background-color: rgb(124,3,223); }
div.DivClassName
{
background-color: #7C03DF;
}
.BgClassName
{
background-color: #7C03DF;
}
</style>
border-color css
<style>
span { border-color: #7C03DF; }
span { border-color: rgb(124,3,223); }
td.TdClassName
{
border-color: #7C03DF;
}
.TagClassName
{
border-color: #7C03DF;
}
</style>