Shades of Blue Violet #7A3BDD
Tints of Blue Violet #7A3BDD
RGB
CMYK
RGB Variations
Color information
#7A3BDD (or 0x7A3BDD) is known color: Blue Violet. HEX triplet: 7A, 3B and DD. RGB value is (122,59,221). Sum of RGB (Red+Green+Blue) = 122+59+221=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A3BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3BDD is #85C422. Grayscale: #5F5F5F. Windows color (decimal): -8766499 or 14498682. OLE color: 14498682.
HSL color Cylindrical-coordinate representation of color #7A3BDD: hue angle of 263.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A3BDD is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 59 | 221 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.13 |
| HSL | 263.33º | 0.7% | 0.55% | - |
| HSV(B) | 263.33º | 0.73% | 0.87% | - |
| XYZ | 22.64 | 12.49 | 69.62 | - |
| YUV | 96.31 | 198.37 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 221 | 0.45 | 0.73 | 0 | 0.13 | 263.33 | 0.7 | 0.55 |
| Hex | 7A | 3B | DD | 2D | 49 | 0 | D | 107 | 46 | 37 |
| Octal | 172 | 73 | 335 | 55 | 111 | 0 | 15 | 407 | 106 | 67 |
| Binary | 1111010 | 111011 | 11011101 | 101101 | 1001001 | 0 | 1101 | 100000111 | 1000110 | 110111 |
Color Harmonies of #7A3BDD
Complementary color
Monochromatic Colors of #7A3BDD
Black with #7A3BDD
Text Example
Text Example
White with #7A3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3BDD; }
p { color: rgb(122,59,221); }
H1.HeaderClassName
{
color: #7A3BDD;
}
.AnyTagClassName
{
color: #7A3BDD;
}
</style>
background-color css
<style>
a { background-color: #7A3BDD; }
a { background-color: rgb(122,59,221); }
div.DivClassName
{
background-color: #7A3BDD;
}
.BgClassName
{
background-color: #7A3BDD;
}
</style>
border-color css
<style>
span { border-color: #7A3BDD; }
span { border-color: rgb(122,59,221); }
td.TdClassName
{
border-color: #7A3BDD;
}
.TagClassName
{
border-color: #7A3BDD;
}
</style>