Shades of Dark Violet #7C03BC
Tints of Dark Violet #7C03BC
RGB
CMYK
RGB Variations
Color information
#7C03BC (or 0x7C03BC) is known color: Dark Violet. HEX triplet: 7C, 03 and BC. RGB value is (124,3,188). Sum of RGB (Red+Green+Blue) = 124+3+188=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C03BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C03BC is #83FC43. Grayscale: #3B3B3B. Windows color (decimal): -8649796 or 12321660. OLE color: 12321660.
HSL color Cylindrical-coordinate representation of color #7C03BC: hue angle of 279.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C03BC is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 3 | 188 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.26 |
| HSL | 279.24º | 0.97% | 0.37% | - |
| HSV(B) | 279.24º | 0.98% | 0.74% | - |
| XYZ | 17.42 | 7.98 | 48.2 | - |
| YUV | 60.27 | 200.09 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 188 | 0.34 | 0.98 | 0 | 0.26 | 279.24 | 0.97 | 0.37 |
| Hex | 7C | 3 | BC | 22 | 62 | 0 | 1A | 117 | 61 | 25 |
| Octal | 174 | 3 | 274 | 42 | 142 | 0 | 32 | 427 | 141 | 45 |
| Binary | 1111100 | 11 | 10111100 | 100010 | 1100010 | 0 | 11010 | 100010111 | 1100001 | 100101 |
Color Harmonies of #7C03BC
Complementary color
Monochromatic Colors of #7C03BC
Black with #7C03BC
Text Example
Text Example
White with #7C03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C03BC; }
p { color: rgb(124,3,188); }
H1.HeaderClassName
{
color: #7C03BC;
}
.AnyTagClassName
{
color: #7C03BC;
}
</style>
background-color css
<style>
a { background-color: #7C03BC; }
a { background-color: rgb(124,3,188); }
div.DivClassName
{
background-color: #7C03BC;
}
.BgClassName
{
background-color: #7C03BC;
}
</style>
border-color css
<style>
span { border-color: #7C03BC; }
span { border-color: rgb(124,3,188); }
td.TdClassName
{
border-color: #7C03BC;
}
.TagClassName
{
border-color: #7C03BC;
}
</style>