Shades of Blue Violet #7A3FDB
Tints of Blue Violet #7A3FDB
RGB
CMYK
RGB Variations
Color information
#7A3FDB (or 0x7A3FDB) is known color: Blue Violet. HEX triplet: 7A, 3F and DB. RGB value is (122,63,219). Sum of RGB (Red+Green+Blue) = 122+63+219=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A3FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FDB is #85C024. Grayscale: #616161. Windows color (decimal): -8765477 or 14368634. OLE color: 14368634.
HSL color Cylindrical-coordinate representation of color #7A3FDB: hue angle of 262.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A3FDB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 63 | 219 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.14 |
| HSL | 262.69º | 0.68% | 0.55% | - |
| HSV(B) | 262.69º | 0.71% | 0.86% | - |
| XYZ | 22.59 | 12.81 | 68.3 | - |
| YUV | 98.43 | 196.05 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 219 | 0.44 | 0.71 | 0 | 0.14 | 262.69 | 0.68 | 0.55 |
| Hex | 7A | 3F | DB | 2C | 47 | 0 | E | 107 | 44 | 37 |
| Octal | 172 | 77 | 333 | 54 | 107 | 0 | 16 | 407 | 104 | 67 |
| Binary | 1111010 | 111111 | 11011011 | 101100 | 1000111 | 0 | 1110 | 100000111 | 1000100 | 110111 |
Color Harmonies of #7A3FDB
Complementary color
Monochromatic Colors of #7A3FDB
Black with #7A3FDB
Text Example
Text Example
White with #7A3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3FDB; }
p { color: rgb(122,63,219); }
H1.HeaderClassName
{
color: #7A3FDB;
}
.AnyTagClassName
{
color: #7A3FDB;
}
</style>
background-color css
<style>
a { background-color: #7A3FDB; }
a { background-color: rgb(122,63,219); }
div.DivClassName
{
background-color: #7A3FDB;
}
.BgClassName
{
background-color: #7A3FDB;
}
</style>
border-color css
<style>
span { border-color: #7A3FDB; }
span { border-color: rgb(122,63,219); }
td.TdClassName
{
border-color: #7A3FDB;
}
.TagClassName
{
border-color: #7A3FDB;
}
</style>