Shades of Blue Violet #7A1DDB
Tints of Blue Violet #7A1DDB
RGB
CMYK
RGB Variations
Color information
#7A1DDB (or 0x7A1DDB) is known color: Blue Violet. HEX triplet: 7A, 1D and DB. RGB value is (122,29,219). Sum of RGB (Red+Green+Blue) = 122+29+219=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A1DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1DDB is #85E224. Grayscale: #4D4D4D. Windows color (decimal): -8774181 or 14359930. OLE color: 14359930.
HSL color Cylindrical-coordinate representation of color #7A1DDB: hue angle of 269.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1DDB is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 29 | 219 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.14 |
| HSL | 269.37º | 0.77% | 0.49% | - |
| HSV(B) | 269.37º | 0.87% | 0.86% | - |
| XYZ | 21.25 | 10.13 | 67.85 | - |
| YUV | 78.47 | 207.31 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 219 | 0.44 | 0.87 | 0 | 0.14 | 269.37 | 0.77 | 0.49 |
| Hex | 7A | 1D | DB | 2C | 57 | 0 | E | 10D | 4D | 31 |
| Octal | 172 | 35 | 333 | 54 | 127 | 0 | 16 | 415 | 115 | 61 |
| Binary | 1111010 | 11101 | 11011011 | 101100 | 1010111 | 0 | 1110 | 100001101 | 1001101 | 110001 |
Color Harmonies of #7A1DDB
Complementary color
Monochromatic Colors of #7A1DDB
Black with #7A1DDB
Text Example
Text Example
White with #7A1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1DDB; }
p { color: rgb(122,29,219); }
H1.HeaderClassName
{
color: #7A1DDB;
}
.AnyTagClassName
{
color: #7A1DDB;
}
</style>
background-color css
<style>
a { background-color: #7A1DDB; }
a { background-color: rgb(122,29,219); }
div.DivClassName
{
background-color: #7A1DDB;
}
.BgClassName
{
background-color: #7A1DDB;
}
</style>
border-color css
<style>
span { border-color: #7A1DDB; }
span { border-color: rgb(122,29,219); }
td.TdClassName
{
border-color: #7A1DDB;
}
.TagClassName
{
border-color: #7A1DDB;
}
</style>