Shades of Dark Violet #7C03CC
Tints of Dark Violet #7C03CC
RGB
CMYK
RGB Variations
Color information
#7C03CC (or 0x7C03CC) is known color: Dark Violet. HEX triplet: 7C, 03 and CC. RGB value is (124,3,204). Sum of RGB (Red+Green+Blue) = 124+3+204=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C03CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C03CC is #83FC33. Grayscale: #3D3D3D. Windows color (decimal): -8649780 or 13370236. OLE color: 13370236.
HSL color Cylindrical-coordinate representation of color #7C03CC: hue angle of 276.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C03CC is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 3 | 204 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.2 |
| HSL | 276.12º | 0.97% | 0.41% | - |
| HSV(B) | 276.12º | 0.99% | 0.8% | - |
| XYZ | 19.24 | 8.71 | 57.79 | - |
| YUV | 62.09 | 208.09 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 204 | 0.39 | 0.99 | 0 | 0.2 | 276.12 | 0.97 | 0.41 |
| Hex | 7C | 3 | CC | 27 | 63 | 0 | 14 | 114 | 61 | 29 |
| Octal | 174 | 3 | 314 | 47 | 143 | 0 | 24 | 424 | 141 | 51 |
| Binary | 1111100 | 11 | 11001100 | 100111 | 1100011 | 0 | 10100 | 100010100 | 1100001 | 101001 |
Color Harmonies of #7C03CC
Complementary color
Monochromatic Colors of #7C03CC
Black with #7C03CC
Text Example
Text Example
White with #7C03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C03CC; }
p { color: rgb(124,3,204); }
H1.HeaderClassName
{
color: #7C03CC;
}
.AnyTagClassName
{
color: #7C03CC;
}
</style>
background-color css
<style>
a { background-color: #7C03CC; }
a { background-color: rgb(124,3,204); }
div.DivClassName
{
background-color: #7C03CC;
}
.BgClassName
{
background-color: #7C03CC;
}
</style>
border-color css
<style>
span { border-color: #7C03CC; }
span { border-color: rgb(124,3,204); }
td.TdClassName
{
border-color: #7C03CC;
}
.TagClassName
{
border-color: #7C03CC;
}
</style>