Shades of Blue Violet #7A2BDA
Tints of Blue Violet #7A2BDA
RGB
CMYK
RGB Variations
Color information
#7A2BDA (or 0x7A2BDA) is known color: Blue Violet. HEX triplet: 7A, 2B and DA. RGB value is (122,43,218). Sum of RGB (Red+Green+Blue) = 122+43+218=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A2BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2BDA is #85D425. Grayscale: #555555. Windows color (decimal): -8770598 or 14297978. OLE color: 14297978.
HSL color Cylindrical-coordinate representation of color #7A2BDA: hue angle of 267.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A2BDA is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 43 | 218 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.15 |
| HSL | 267.09º | 0.7% | 0.51% | - |
| HSV(B) | 267.09º | 0.8% | 0.85% | - |
| XYZ | 21.54 | 10.93 | 67.3 | - |
| YUV | 86.57 | 202.17 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 218 | 0.44 | 0.80 | 0 | 0.15 | 267.09 | 0.7 | 0.51 |
| Hex | 7A | 2B | DA | 2C | 50 | 0 | F | 10B | 46 | 33 |
| Octal | 172 | 53 | 332 | 54 | 120 | 0 | 17 | 413 | 106 | 63 |
| Binary | 1111010 | 101011 | 11011010 | 101100 | 1010000 | 0 | 1111 | 100001011 | 1000110 | 110011 |
Color Harmonies of #7A2BDA
Complementary color
Monochromatic Colors of #7A2BDA
Black with #7A2BDA
Text Example
Text Example
White with #7A2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2BDA; }
p { color: rgb(122,43,218); }
H1.HeaderClassName
{
color: #7A2BDA;
}
.AnyTagClassName
{
color: #7A2BDA;
}
</style>
background-color css
<style>
a { background-color: #7A2BDA; }
a { background-color: rgb(122,43,218); }
div.DivClassName
{
background-color: #7A2BDA;
}
.BgClassName
{
background-color: #7A2BDA;
}
</style>
border-color css
<style>
span { border-color: #7A2BDA; }
span { border-color: rgb(122,43,218); }
td.TdClassName
{
border-color: #7A2BDA;
}
.TagClassName
{
border-color: #7A2BDA;
}
</style>