Shades of Dark Violet #7A03BD
Tints of Dark Violet #7A03BD
RGB
CMYK
RGB Variations
Color information
#7A03BD (or 0x7A03BD) is known color: Dark Violet. HEX triplet: 7A, 03 and BD. RGB value is (122,3,189). Sum of RGB (Red+Green+Blue) = 122+3+189=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A03BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A03BD is #85FC42. Grayscale: #3B3B3B. Windows color (decimal): -8780867 or 12387194. OLE color: 12387194.
HSL color Cylindrical-coordinate representation of color #7A03BD: hue angle of 278.39º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A03BD is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 3 | 189 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.26 |
| HSL | 278.39º | 0.97% | 0.38% | - |
| HSV(B) | 278.39º | 0.98% | 0.74% | - |
| XYZ | 17.24 | 7.88 | 48.76 | - |
| YUV | 59.79 | 200.92 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 189 | 0.35 | 0.98 | 0 | 0.26 | 278.39 | 0.97 | 0.38 |
| Hex | 7A | 3 | BD | 23 | 62 | 0 | 1A | 116 | 61 | 26 |
| Octal | 172 | 3 | 275 | 43 | 142 | 0 | 32 | 426 | 141 | 46 |
| Binary | 1111010 | 11 | 10111101 | 100011 | 1100010 | 0 | 11010 | 100010110 | 1100001 | 100110 |
Color Harmonies of #7A03BD
Complementary color
Monochromatic Colors of #7A03BD
Black with #7A03BD
Text Example
Text Example
White with #7A03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03BD; }
p { color: rgb(122,3,189); }
H1.HeaderClassName
{
color: #7A03BD;
}
.AnyTagClassName
{
color: #7A03BD;
}
</style>
background-color css
<style>
a { background-color: #7A03BD; }
a { background-color: rgb(122,3,189); }
div.DivClassName
{
background-color: #7A03BD;
}
.BgClassName
{
background-color: #7A03BD;
}
</style>
border-color css
<style>
span { border-color: #7A03BD; }
span { border-color: rgb(122,3,189); }
td.TdClassName
{
border-color: #7A03BD;
}
.TagClassName
{
border-color: #7A03BD;
}
</style>