Shades of Dark Violet #7903DB
Tints of Dark Violet #7903DB
RGB
CMYK
RGB Variations
Color information
#7903DB (or 0x7903DB) is known color: Dark Violet. HEX triplet: 79, 03 and DB. RGB value is (121,3,219). Sum of RGB (Red+Green+Blue) = 121+3+219=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 3 (1.56% from 255 or 0.87% 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 #7903DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7903DB is #86FC24. Grayscale: #3E3E3E. Windows color (decimal): -8846373 or 14353273. OLE color: 14353273.
HSL color Cylindrical-coordinate representation of color #7903DB: hue angle of 272.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7903DB is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 3 | 219 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.14 |
| HSL | 272.78º | 0.97% | 0.44% | - |
| HSV(B) | 272.78º | 0.99% | 0.86% | - |
| XYZ | 20.7 | 9.24 | 67.71 | - |
| YUV | 62.91 | 216.09 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 219 | 0.45 | 0.99 | 0 | 0.14 | 272.78 | 0.97 | 0.44 |
| Hex | 79 | 3 | DB | 2D | 63 | 0 | E | 111 | 61 | 2C |
| Octal | 171 | 3 | 333 | 55 | 143 | 0 | 16 | 421 | 141 | 54 |
| Binary | 1111001 | 11 | 11011011 | 101101 | 1100011 | 0 | 1110 | 100010001 | 1100001 | 101100 |
Color Harmonies of #7903DB
Complementary color
Monochromatic Colors of #7903DB
Black with #7903DB
Text Example
Text Example
White with #7903DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7903DB; }
p { color: rgb(121,3,219); }
H1.HeaderClassName
{
color: #7903DB;
}
.AnyTagClassName
{
color: #7903DB;
}
</style>
background-color css
<style>
a { background-color: #7903DB; }
a { background-color: rgb(121,3,219); }
div.DivClassName
{
background-color: #7903DB;
}
.BgClassName
{
background-color: #7903DB;
}
</style>
border-color css
<style>
span { border-color: #7903DB; }
span { border-color: rgb(121,3,219); }
td.TdClassName
{
border-color: #7903DB;
}
.TagClassName
{
border-color: #7903DB;
}
</style>