Shades of Dark Violet #7A03DB
Tints of Dark Violet #7A03DB
RGB
CMYK
RGB Variations
Color information
#7A03DB (or 0x7A03DB) is known color: Dark Violet. HEX triplet: 7A, 03 and DB. RGB value is (122,3,219). Sum of RGB (Red+Green+Blue) = 122+3+219=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A03DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A03DB is #85FC24. Grayscale: #3E3E3E. Windows color (decimal): -8780837 or 14353274. OLE color: 14353274.
HSL color Cylindrical-coordinate representation of color #7A03DB: hue angle of 273.06º 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 #7A03DB is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 3 | 219 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.14 |
| HSL | 273.06º | 0.97% | 0.44% | - |
| HSV(B) | 273.06º | 0.99% | 0.86% | - |
| XYZ | 20.84 | 9.32 | 67.72 | - |
| YUV | 63.21 | 215.92 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 219 | 0.44 | 0.99 | 0 | 0.14 | 273.06 | 0.97 | 0.44 |
| Hex | 7A | 3 | DB | 2C | 63 | 0 | E | 111 | 61 | 2C |
| Octal | 172 | 3 | 333 | 54 | 143 | 0 | 16 | 421 | 141 | 54 |
| Binary | 1111010 | 11 | 11011011 | 101100 | 1100011 | 0 | 1110 | 100010001 | 1100001 | 101100 |
Color Harmonies of #7A03DB
Complementary color
Monochromatic Colors of #7A03DB
Black with #7A03DB
Text Example
Text Example
White with #7A03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03DB; }
p { color: rgb(122,3,219); }
H1.HeaderClassName
{
color: #7A03DB;
}
.AnyTagClassName
{
color: #7A03DB;
}
</style>
background-color css
<style>
a { background-color: #7A03DB; }
a { background-color: rgb(122,3,219); }
div.DivClassName
{
background-color: #7A03DB;
}
.BgClassName
{
background-color: #7A03DB;
}
</style>
border-color css
<style>
span { border-color: #7A03DB; }
span { border-color: rgb(122,3,219); }
td.TdClassName
{
border-color: #7A03DB;
}
.TagClassName
{
border-color: #7A03DB;
}
</style>