Shades of Dark Violet #7C02DB
Tints of Dark Violet #7C02DB
RGB
CMYK
RGB Variations
Color information
#7C02DB (or 0x7C02DB) is known color: Dark Violet. HEX triplet: 7C, 02 and DB. RGB value is (124,2,219). Sum of RGB (Red+Green+Blue) = 124+2+219=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C02DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C02DB is #83FD24. Grayscale: #3E3E3E. Windows color (decimal): -8650021 or 14353020. OLE color: 14353020.
HSL color Cylindrical-coordinate representation of color #7C02DB: hue angle of 273.73º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C02DB is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 2 | 219 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.14 |
| HSL | 273.73º | 0.98% | 0.43% | - |
| HSV(B) | 273.73º | 0.99% | 0.86% | - |
| XYZ | 21.12 | 9.44 | 67.73 | - |
| YUV | 63.22 | 215.92 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 219 | 0.43 | 0.99 | 0 | 0.14 | 273.73 | 0.98 | 0.43 |
| Hex | 7C | 2 | DB | 2B | 63 | 0 | E | 112 | 62 | 2B |
| Octal | 174 | 2 | 333 | 53 | 143 | 0 | 16 | 422 | 142 | 53 |
| Binary | 1111100 | 10 | 11011011 | 101011 | 1100011 | 0 | 1110 | 100010010 | 1100010 | 101011 |
Color Harmonies of #7C02DB
Complementary color
Monochromatic Colors of #7C02DB
Black with #7C02DB
Text Example
Text Example
White with #7C02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C02DB; }
p { color: rgb(124,2,219); }
H1.HeaderClassName
{
color: #7C02DB;
}
.AnyTagClassName
{
color: #7C02DB;
}
</style>
background-color css
<style>
a { background-color: #7C02DB; }
a { background-color: rgb(124,2,219); }
div.DivClassName
{
background-color: #7C02DB;
}
.BgClassName
{
background-color: #7C02DB;
}
</style>
border-color css
<style>
span { border-color: #7C02DB; }
span { border-color: rgb(124,2,219); }
td.TdClassName
{
border-color: #7C02DB;
}
.TagClassName
{
border-color: #7C02DB;
}
</style>