Shades of Dark Violet #7C02DF
Tints of Dark Violet #7C02DF
RGB
CMYK
RGB Variations
Color information
#7C02DF (or 0x7C02DF) is known color: Dark Violet. HEX triplet: 7C, 02 and DF. RGB value is (124,2,223). Sum of RGB (Red+Green+Blue) = 124+2+223=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C02DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C02DF is #83FD20. Grayscale: #3E3E3E. Windows color (decimal): -8650017 or 14615164. OLE color: 14615164.
HSL color Cylindrical-coordinate representation of color #7C02DF: hue angle of 273.12º degrees, saturation: 0.98, 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 #7C02DF is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 2 | 223 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.13 |
| HSL | 273.12º | 0.98% | 0.44% | - |
| HSV(B) | 273.12º | 0.99% | 0.87% | - |
| XYZ | 21.65 | 9.66 | 70.53 | - |
| YUV | 63.67 | 217.92 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 223 | 0.44 | 0.99 | 0 | 0.13 | 273.12 | 0.98 | 0.44 |
| Hex | 7C | 2 | DF | 2C | 63 | 0 | D | 111 | 62 | 2C |
| Octal | 174 | 2 | 337 | 54 | 143 | 0 | 15 | 421 | 142 | 54 |
| Binary | 1111100 | 10 | 11011111 | 101100 | 1100011 | 0 | 1101 | 100010001 | 1100010 | 101100 |
Color Harmonies of #7C02DF
Complementary color
Monochromatic Colors of #7C02DF
Black with #7C02DF
Text Example
Text Example
White with #7C02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C02DF; }
p { color: rgb(124,2,223); }
H1.HeaderClassName
{
color: #7C02DF;
}
.AnyTagClassName
{
color: #7C02DF;
}
</style>
background-color css
<style>
a { background-color: #7C02DF; }
a { background-color: rgb(124,2,223); }
div.DivClassName
{
background-color: #7C02DF;
}
.BgClassName
{
background-color: #7C02DF;
}
</style>
border-color css
<style>
span { border-color: #7C02DF; }
span { border-color: rgb(124,2,223); }
td.TdClassName
{
border-color: #7C02DF;
}
.TagClassName
{
border-color: #7C02DF;
}
</style>