Shades of Blue Violet #7A1FDB
Tints of Blue Violet #7A1FDB
RGB
CMYK
RGB Variations
Color information
#7A1FDB (or 0x7A1FDB) is known color: Blue Violet. HEX triplet: 7A, 1F and DB. RGB value is (122,31,219). Sum of RGB (Red+Green+Blue) = 122+31+219=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A1FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1FDB is #85E024. Grayscale: #4E4E4E. Windows color (decimal): -8773669 or 14360442. OLE color: 14360442.
HSL color Cylindrical-coordinate representation of color #7A1FDB: hue angle of 269.04º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1FDB is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 31 | 219 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.14 |
| HSL | 269.04º | 0.75% | 0.49% | - |
| HSV(B) | 269.04º | 0.86% | 0.86% | - |
| XYZ | 21.3 | 10.23 | 67.87 | - |
| YUV | 79.64 | 206.65 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 219 | 0.44 | 0.86 | 0 | 0.14 | 269.04 | 0.75 | 0.49 |
| Hex | 7A | 1F | DB | 2C | 56 | 0 | E | 10D | 4B | 31 |
| Octal | 172 | 37 | 333 | 54 | 126 | 0 | 16 | 415 | 113 | 61 |
| Binary | 1111010 | 11111 | 11011011 | 101100 | 1010110 | 0 | 1110 | 100001101 | 1001011 | 110001 |
Color Harmonies of #7A1FDB
Complementary color
Monochromatic Colors of #7A1FDB
Black with #7A1FDB
Text Example
Text Example
White with #7A1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1FDB; }
p { color: rgb(122,31,219); }
H1.HeaderClassName
{
color: #7A1FDB;
}
.AnyTagClassName
{
color: #7A1FDB;
}
</style>
background-color css
<style>
a { background-color: #7A1FDB; }
a { background-color: rgb(122,31,219); }
div.DivClassName
{
background-color: #7A1FDB;
}
.BgClassName
{
background-color: #7A1FDB;
}
</style>
border-color css
<style>
span { border-color: #7A1FDB; }
span { border-color: rgb(122,31,219); }
td.TdClassName
{
border-color: #7A1FDB;
}
.TagClassName
{
border-color: #7A1FDB;
}
</style>