Shades of Blue Violet #7A2CDD
Tints of Blue Violet #7A2CDD
RGB
CMYK
RGB Variations
Color information
#7A2CDD (or 0x7A2CDD) is known color: Blue Violet. HEX triplet: 7A, 2C and DD. RGB value is (122,44,221). Sum of RGB (Red+Green+Blue) = 122+44+221=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A2CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2CDD is #85D322. Grayscale: #565656. Windows color (decimal): -8770339 or 14494842. OLE color: 14494842.
HSL color Cylindrical-coordinate representation of color #7A2CDD: hue angle of 266.44º 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 #7A2CDD is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 44 | 221 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.13 |
| HSL | 266.44º | 0.72% | 0.52% | - |
| HSV(B) | 266.44º | 0.8% | 0.87% | - |
| XYZ | 21.98 | 11.16 | 69.4 | - |
| YUV | 87.5 | 203.34 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 221 | 0.45 | 0.80 | 0 | 0.13 | 266.44 | 0.72 | 0.52 |
| Hex | 7A | 2C | DD | 2D | 50 | 0 | D | 10A | 48 | 34 |
| Octal | 172 | 54 | 335 | 55 | 120 | 0 | 15 | 412 | 110 | 64 |
| Binary | 1111010 | 101100 | 11011101 | 101101 | 1010000 | 0 | 1101 | 100001010 | 1001000 | 110100 |
Color Harmonies of #7A2CDD
Complementary color
Monochromatic Colors of #7A2CDD
Black with #7A2CDD
Text Example
Text Example
White with #7A2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2CDD; }
p { color: rgb(122,44,221); }
H1.HeaderClassName
{
color: #7A2CDD;
}
.AnyTagClassName
{
color: #7A2CDD;
}
</style>
background-color css
<style>
a { background-color: #7A2CDD; }
a { background-color: rgb(122,44,221); }
div.DivClassName
{
background-color: #7A2CDD;
}
.BgClassName
{
background-color: #7A2CDD;
}
</style>
border-color css
<style>
span { border-color: #7A2CDD; }
span { border-color: rgb(122,44,221); }
td.TdClassName
{
border-color: #7A2CDD;
}
.TagClassName
{
border-color: #7A2CDD;
}
</style>