Shades of Dark Violet #7C00DB
Tints of Dark Violet #7C00DB
RGB
CMYK
RGB Variations
Color information
#7C00DB (or 0x7C00DB) is known color: Dark Violet. HEX triplet: 7C, 00 and DB. RGB value is (124,0,219). Sum of RGB (Red+Green+Blue) = 124+0+219=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C00DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00DB is #83FF24. Grayscale: #3D3D3D. Windows color (decimal): -8650533 or 14352508. OLE color: 14352508.
HSL color Cylindrical-coordinate representation of color #7C00DB: hue angle of 273.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00DB is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 0 | 219 | - |
| CMYK | 0.43 | 1 | 0 | 0.14 |
| HSL | 273.97º | 1% | 0.43% | - |
| HSV(B) | 273.97º | 1% | 0.86% | - |
| XYZ | 21.1 | 9.4 | 67.72 | - |
| YUV | 62.04 | 216.58 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 219 | 0.43 | 1 | 0 | 0.14 | 273.97 | 1 | 0.43 |
| Hex | 7C | 0 | DB | 2B | 64 | 0 | E | 112 | 64 | 2B |
| Octal | 174 | 0 | 333 | 53 | 144 | 0 | 16 | 422 | 144 | 53 |
| Binary | 1111100 | 0 | 11011011 | 101011 | 1100100 | 0 | 1110 | 100010010 | 1100100 | 101011 |
Color Harmonies of #7C00DB
Complementary color
Monochromatic Colors of #7C00DB
Black with #7C00DB
Text Example
Text Example
White with #7C00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00DB; }
p { color: rgb(124,0,219); }
H1.HeaderClassName
{
color: #7C00DB;
}
.AnyTagClassName
{
color: #7C00DB;
}
</style>
background-color css
<style>
a { background-color: #7C00DB; }
a { background-color: rgb(124,0,219); }
div.DivClassName
{
background-color: #7C00DB;
}
.BgClassName
{
background-color: #7C00DB;
}
</style>
border-color css
<style>
span { border-color: #7C00DB; }
span { border-color: rgb(124,0,219); }
td.TdClassName
{
border-color: #7C00DB;
}
.TagClassName
{
border-color: #7C00DB;
}
</style>