Shades of Dark Violet #7A03B7
Tints of Dark Violet #7A03B7
RGB
CMYK
RGB Variations
Color information
#7A03B7 (or 0x7A03B7) is known color: Dark Violet. HEX triplet: 7A, 03 and B7. RGB value is (122,3,183). Sum of RGB (Red+Green+Blue) = 122+3+183=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A03B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A03B7 is #85FC48. Grayscale: #3A3A3A. Windows color (decimal): -8780873 or 11993978. OLE color: 11993978.
HSL color Cylindrical-coordinate representation of color #7A03B7: hue angle of 279.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A03B7 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 3 | 183 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.28 |
| HSL | 279.67º | 0.97% | 0.36% | - |
| HSV(B) | 279.67º | 0.98% | 0.72% | - |
| XYZ | 16.61 | 7.62 | 45.4 | - |
| YUV | 59.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 183 | 0.33 | 0.98 | 0 | 0.28 | 279.67 | 0.97 | 0.36 |
| Hex | 7A | 3 | B7 | 21 | 62 | 0 | 1C | 118 | 61 | 24 |
| Octal | 172 | 3 | 267 | 41 | 142 | 0 | 34 | 430 | 141 | 44 |
| Binary | 1111010 | 11 | 10110111 | 100001 | 1100010 | 0 | 11100 | 100011000 | 1100001 | 100100 |
Color Harmonies of #7A03B7
Complementary color
Monochromatic Colors of #7A03B7
Black with #7A03B7
Text Example
Text Example
White with #7A03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A03B7; }
p { color: rgb(122,3,183); }
H1.HeaderClassName
{
color: #7A03B7;
}
.AnyTagClassName
{
color: #7A03B7;
}
</style>
background-color css
<style>
a { background-color: #7A03B7; }
a { background-color: rgb(122,3,183); }
div.DivClassName
{
background-color: #7A03B7;
}
.BgClassName
{
background-color: #7A03B7;
}
</style>
border-color css
<style>
span { border-color: #7A03B7; }
span { border-color: rgb(122,3,183); }
td.TdClassName
{
border-color: #7A03B7;
}
.TagClassName
{
border-color: #7A03B7;
}
</style>