Shades of Dark Violet #7A03DD
Tints of Dark Violet #7A03DD
RGB
CMYK
RGB Variations
Color information
#7A03DD (or 0x7A03DD) is known color: Dark Violet. HEX triplet: 7A, 03 and DD. RGB value is (122,3,221). Sum of RGB (Red+Green+Blue) = 122+3+221=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A03DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A03DD is #85FC22. Grayscale: #3E3E3E. Windows color (decimal): -8780835 or 14484346. OLE color: 14484346.
HSL color Cylindrical-coordinate representation of color #7A03DD: hue angle of 272.75º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A03DD is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 3 | 221 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.13 |
| HSL | 272.75º | 0.97% | 0.44% | - |
| HSV(B) | 272.75º | 0.99% | 0.87% | - |
| XYZ | 21.11 | 9.42 | 69.11 | - |
| YUV | 63.43 | 216.92 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 221 | 0.45 | 0.99 | 0 | 0.13 | 272.75 | 0.97 | 0.44 |
| Hex | 7A | 3 | DD | 2D | 63 | 0 | D | 111 | 61 | 2C |
| Octal | 172 | 3 | 335 | 55 | 143 | 0 | 15 | 421 | 141 | 54 |
| Binary | 1111010 | 11 | 11011101 | 101101 | 1100011 | 0 | 1101 | 100010001 | 1100001 | 101100 |
Color Harmonies of #7A03DD
Complementary color
Monochromatic Colors of #7A03DD
Black with #7A03DD
Text Example
Text Example
White with #7A03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03DD; }
p { color: rgb(122,3,221); }
H1.HeaderClassName
{
color: #7A03DD;
}
.AnyTagClassName
{
color: #7A03DD;
}
</style>
background-color css
<style>
a { background-color: #7A03DD; }
a { background-color: rgb(122,3,221); }
div.DivClassName
{
background-color: #7A03DD;
}
.BgClassName
{
background-color: #7A03DD;
}
</style>
border-color css
<style>
span { border-color: #7A03DD; }
span { border-color: rgb(122,3,221); }
td.TdClassName
{
border-color: #7A03DD;
}
.TagClassName
{
border-color: #7A03DD;
}
</style>