Shades of Dark Violet #7C05CC
Tints of Dark Violet #7C05CC
RGB
CMYK
RGB Variations
Color information
#7C05CC (or 0x7C05CC) is known color: Dark Violet. HEX triplet: 7C, 05 and CC. RGB value is (124,5,204). Sum of RGB (Red+Green+Blue) = 124+5+204=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C05CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C05CC is #83FA33. Grayscale: #3E3E3E. Windows color (decimal): -8649268 or 13370748. OLE color: 13370748.
HSL color Cylindrical-coordinate representation of color #7C05CC: hue angle of 275.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C05CC is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 5 | 204 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.2 |
| HSL | 275.88º | 0.95% | 0.41% | - |
| HSV(B) | 275.88º | 0.98% | 0.8% | - |
| XYZ | 19.27 | 8.75 | 57.8 | - |
| YUV | 63.27 | 207.42 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 204 | 0.39 | 0.98 | 0 | 0.2 | 275.88 | 0.95 | 0.41 |
| Hex | 7C | 5 | CC | 27 | 62 | 0 | 14 | 114 | 5F | 29 |
| Octal | 174 | 5 | 314 | 47 | 142 | 0 | 24 | 424 | 137 | 51 |
| Binary | 1111100 | 101 | 11001100 | 100111 | 1100010 | 0 | 10100 | 100010100 | 1011111 | 101001 |
Color Harmonies of #7C05CC
Complementary color
Monochromatic Colors of #7C05CC
Black with #7C05CC
Text Example
Text Example
White with #7C05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C05CC; }
p { color: rgb(124,5,204); }
H1.HeaderClassName
{
color: #7C05CC;
}
.AnyTagClassName
{
color: #7C05CC;
}
</style>
background-color css
<style>
a { background-color: #7C05CC; }
a { background-color: rgb(124,5,204); }
div.DivClassName
{
background-color: #7C05CC;
}
.BgClassName
{
background-color: #7C05CC;
}
</style>
border-color css
<style>
span { border-color: #7C05CC; }
span { border-color: rgb(124,5,204); }
td.TdClassName
{
border-color: #7C05CC;
}
.TagClassName
{
border-color: #7C05CC;
}
</style>