Shades of Blue Violet #7A2DDD
Tints of Blue Violet #7A2DDD
RGB
CMYK
RGB Variations
Color information
#7A2DDD (or 0x7A2DDD) is known color: Blue Violet. HEX triplet: 7A, 2D and DD. RGB value is (122,45,221). Sum of RGB (Red+Green+Blue) = 122+45+221=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A2DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2DDD is #85D222. Grayscale: #575757. Windows color (decimal): -8770083 or 14495098. OLE color: 14495098.
HSL color Cylindrical-coordinate representation of color #7A2DDD: hue angle of 266.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A2DDD is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 45 | 221 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.13 |
| HSL | 266.25º | 0.72% | 0.52% | - |
| HSV(B) | 266.25º | 0.8% | 0.87% | - |
| XYZ | 22.02 | 11.23 | 69.41 | - |
| YUV | 88.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 221 | 0.45 | 0.80 | 0 | 0.13 | 266.25 | 0.72 | 0.52 |
| Hex | 7A | 2D | DD | 2D | 50 | 0 | D | 10A | 48 | 34 |
| Octal | 172 | 55 | 335 | 55 | 120 | 0 | 15 | 412 | 110 | 64 |
| Binary | 1111010 | 101101 | 11011101 | 101101 | 1010000 | 0 | 1101 | 100001010 | 1001000 | 110100 |
Color Harmonies of #7A2DDD
Complementary color
Monochromatic Colors of #7A2DDD
Black with #7A2DDD
Text Example
Text Example
White with #7A2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2DDD; }
p { color: rgb(122,45,221); }
H1.HeaderClassName
{
color: #7A2DDD;
}
.AnyTagClassName
{
color: #7A2DDD;
}
</style>
background-color css
<style>
a { background-color: #7A2DDD; }
a { background-color: rgb(122,45,221); }
div.DivClassName
{
background-color: #7A2DDD;
}
.BgClassName
{
background-color: #7A2DDD;
}
</style>
border-color css
<style>
span { border-color: #7A2DDD; }
span { border-color: rgb(122,45,221); }
td.TdClassName
{
border-color: #7A2DDD;
}
.TagClassName
{
border-color: #7A2DDD;
}
</style>