Shades of Blue Violet #7A11DD
Tints of Blue Violet #7A11DD
RGB
CMYK
RGB Variations
Color information
#7A11DD (or 0x7A11DD) is known color: Blue Violet. HEX triplet: 7A, 11 and DD. RGB value is (122,17,221). Sum of RGB (Red+Green+Blue) = 122+17+221=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A11DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A11DD is #85EE22. Grayscale: #464646. Windows color (decimal): -8777251 or 14487930. OLE color: 14487930.
HSL color Cylindrical-coordinate representation of color #7A11DD: hue angle of 270.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A11DD is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 17 | 221 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.13 |
| HSL | 270.88º | 0.86% | 0.47% | - |
| HSV(B) | 270.88º | 0.92% | 0.87% | - |
| XYZ | 21.28 | 9.76 | 69.17 | - |
| YUV | 71.65 | 212.29 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 221 | 0.45 | 0.92 | 0 | 0.13 | 270.88 | 0.86 | 0.47 |
| Hex | 7A | 11 | DD | 2D | 5C | 0 | D | 10F | 56 | 2F |
| Octal | 172 | 21 | 335 | 55 | 134 | 0 | 15 | 417 | 126 | 57 |
| Binary | 1111010 | 10001 | 11011101 | 101101 | 1011100 | 0 | 1101 | 100001111 | 1010110 | 101111 |
Color Harmonies of #7A11DD
Complementary color
Monochromatic Colors of #7A11DD
Black with #7A11DD
Text Example
Text Example
White with #7A11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A11DD; }
p { color: rgb(122,17,221); }
H1.HeaderClassName
{
color: #7A11DD;
}
.AnyTagClassName
{
color: #7A11DD;
}
</style>
background-color css
<style>
a { background-color: #7A11DD; }
a { background-color: rgb(122,17,221); }
div.DivClassName
{
background-color: #7A11DD;
}
.BgClassName
{
background-color: #7A11DD;
}
</style>
border-color css
<style>
span { border-color: #7A11DD; }
span { border-color: rgb(122,17,221); }
td.TdClassName
{
border-color: #7A11DD;
}
.TagClassName
{
border-color: #7A11DD;
}
</style>