Shades of Dark Violet #7C02CC
Tints of Dark Violet #7C02CC
RGB
CMYK
RGB Variations
Color information
#7C02CC (or 0x7C02CC) is known color: Dark Violet. HEX triplet: 7C, 02 and CC. RGB value is (124,2,204). Sum of RGB (Red+Green+Blue) = 124+2+204=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C02CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C02CC is #83FD33. Grayscale: #3C3C3C. Windows color (decimal): -8650036 or 13369980. OLE color: 13369980.
HSL color Cylindrical-coordinate representation of color #7C02CC: hue angle of 276.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C02CC is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 2 | 204 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.2 |
| HSL | 276.24º | 0.98% | 0.4% | - |
| HSV(B) | 276.24º | 0.99% | 0.8% | - |
| XYZ | 19.23 | 8.69 | 57.79 | - |
| YUV | 61.51 | 208.42 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 204 | 0.39 | 0.99 | 0 | 0.2 | 276.24 | 0.98 | 0.4 |
| Hex | 7C | 2 | CC | 27 | 63 | 0 | 14 | 114 | 62 | 28 |
| Octal | 174 | 2 | 314 | 47 | 143 | 0 | 24 | 424 | 142 | 50 |
| Binary | 1111100 | 10 | 11001100 | 100111 | 1100011 | 0 | 10100 | 100010100 | 1100010 | 101000 |
Color Harmonies of #7C02CC
Complementary color
Monochromatic Colors of #7C02CC
Black with #7C02CC
Text Example
Text Example
White with #7C02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C02CC; }
p { color: rgb(124,2,204); }
H1.HeaderClassName
{
color: #7C02CC;
}
.AnyTagClassName
{
color: #7C02CC;
}
</style>
background-color css
<style>
a { background-color: #7C02CC; }
a { background-color: rgb(124,2,204); }
div.DivClassName
{
background-color: #7C02CC;
}
.BgClassName
{
background-color: #7C02CC;
}
</style>
border-color css
<style>
span { border-color: #7C02CC; }
span { border-color: rgb(124,2,204); }
td.TdClassName
{
border-color: #7C02CC;
}
.TagClassName
{
border-color: #7C02CC;
}
</style>