Shades of Dark Violet #7C04DB
Tints of Dark Violet #7C04DB
RGB
CMYK
RGB Variations
Color information
#7C04DB (or 0x7C04DB) is known color: Dark Violet. HEX triplet: 7C, 04 and DB. RGB value is (124,4,219). Sum of RGB (Red+Green+Blue) = 124+4+219=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C04DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C04DB is #83FB24. Grayscale: #3F3F3F. Windows color (decimal): -8649509 or 14353532. OLE color: 14353532.
HSL color Cylindrical-coordinate representation of color #7C04DB: hue angle of 273.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C04DB is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 4 | 219 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.14 |
| HSL | 273.49º | 0.96% | 0.44% | - |
| HSV(B) | 273.49º | 0.98% | 0.86% | - |
| XYZ | 21.14 | 9.49 | 67.73 | - |
| YUV | 64.39 | 215.26 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 219 | 0.43 | 0.98 | 0 | 0.14 | 273.49 | 0.96 | 0.44 |
| Hex | 7C | 4 | DB | 2B | 62 | 0 | E | 111 | 60 | 2C |
| Octal | 174 | 4 | 333 | 53 | 142 | 0 | 16 | 421 | 140 | 54 |
| Binary | 1111100 | 100 | 11011011 | 101011 | 1100010 | 0 | 1110 | 100010001 | 1100000 | 101100 |
Color Harmonies of #7C04DB
Complementary color
Monochromatic Colors of #7C04DB
Black with #7C04DB
Text Example
Text Example
White with #7C04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C04DB; }
p { color: rgb(124,4,219); }
H1.HeaderClassName
{
color: #7C04DB;
}
.AnyTagClassName
{
color: #7C04DB;
}
</style>
background-color css
<style>
a { background-color: #7C04DB; }
a { background-color: rgb(124,4,219); }
div.DivClassName
{
background-color: #7C04DB;
}
.BgClassName
{
background-color: #7C04DB;
}
</style>
border-color css
<style>
span { border-color: #7C04DB; }
span { border-color: rgb(124,4,219); }
td.TdClassName
{
border-color: #7C04DB;
}
.TagClassName
{
border-color: #7C04DB;
}
</style>