Shades of Dark Violet #7A03DC
Tints of Dark Violet #7A03DC
RGB
CMYK
RGB Variations
Color information
#7A03DC (or 0x7A03DC) is known color: Dark Violet. HEX triplet: 7A, 03 and DC. RGB value is (122,3,220). Sum of RGB (Red+Green+Blue) = 122+3+220=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A03DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A03DC is #85FC23. Grayscale: #3E3E3E. Windows color (decimal): -8780836 or 14418810. OLE color: 14418810.
HSL color Cylindrical-coordinate representation of color #7A03DC: hue angle of 272.9º 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 #7A03DC is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 3 | 220 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.14 |
| HSL | 272.9º | 0.97% | 0.44% | - |
| HSV(B) | 272.9º | 0.99% | 0.86% | - |
| XYZ | 20.98 | 9.37 | 68.41 | - |
| YUV | 63.32 | 216.42 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 220 | 0.45 | 0.99 | 0 | 0.14 | 272.9 | 0.97 | 0.44 |
| Hex | 7A | 3 | DC | 2D | 63 | 0 | E | 111 | 61 | 2C |
| Octal | 172 | 3 | 334 | 55 | 143 | 0 | 16 | 421 | 141 | 54 |
| Binary | 1111010 | 11 | 11011100 | 101101 | 1100011 | 0 | 1110 | 100010001 | 1100001 | 101100 |
Color Harmonies of #7A03DC
Complementary color
Monochromatic Colors of #7A03DC
Black with #7A03DC
Text Example
Text Example
White with #7A03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03DC; }
p { color: rgb(122,3,220); }
H1.HeaderClassName
{
color: #7A03DC;
}
.AnyTagClassName
{
color: #7A03DC;
}
</style>
background-color css
<style>
a { background-color: #7A03DC; }
a { background-color: rgb(122,3,220); }
div.DivClassName
{
background-color: #7A03DC;
}
.BgClassName
{
background-color: #7A03DC;
}
</style>
border-color css
<style>
span { border-color: #7A03DC; }
span { border-color: rgb(122,3,220); }
td.TdClassName
{
border-color: #7A03DC;
}
.TagClassName
{
border-color: #7A03DC;
}
</style>