Shades of Blue Violet #7A0EDD
Tints of Blue Violet #7A0EDD
RGB
CMYK
RGB Variations
Color information
#7A0EDD (or 0x7A0EDD) is known color: Blue Violet. HEX triplet: 7A, 0E and DD. RGB value is (122,14,221). Sum of RGB (Red+Green+Blue) = 122+14+221=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A0EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0EDD is #85F122. Grayscale: #454545. Windows color (decimal): -8778019 or 14487162. OLE color: 14487162.
HSL color Cylindrical-coordinate representation of color #7A0EDD: hue angle of 271.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0EDD is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 14 | 221 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.13 |
| HSL | 271.3º | 0.88% | 0.46% | - |
| HSV(B) | 271.3º | 0.94% | 0.87% | - |
| XYZ | 21.23 | 9.67 | 69.15 | - |
| YUV | 69.89 | 213.28 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 221 | 0.45 | 0.94 | 0 | 0.13 | 271.3 | 0.88 | 0.46 |
| Hex | 7A | E | DD | 2D | 5E | 0 | D | 10F | 58 | 2E |
| Octal | 172 | 16 | 335 | 55 | 136 | 0 | 15 | 417 | 130 | 56 |
| Binary | 1111010 | 1110 | 11011101 | 101101 | 1011110 | 0 | 1101 | 100001111 | 1011000 | 101110 |
Color Harmonies of #7A0EDD
Complementary color
Monochromatic Colors of #7A0EDD
Black with #7A0EDD
Text Example
Text Example
White with #7A0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0EDD; }
p { color: rgb(122,14,221); }
H1.HeaderClassName
{
color: #7A0EDD;
}
.AnyTagClassName
{
color: #7A0EDD;
}
</style>
background-color css
<style>
a { background-color: #7A0EDD; }
a { background-color: rgb(122,14,221); }
div.DivClassName
{
background-color: #7A0EDD;
}
.BgClassName
{
background-color: #7A0EDD;
}
</style>
border-color css
<style>
span { border-color: #7A0EDD; }
span { border-color: rgb(122,14,221); }
td.TdClassName
{
border-color: #7A0EDD;
}
.TagClassName
{
border-color: #7A0EDD;
}
</style>