Shades of Blue Violet #7A2ADE
Tints of Blue Violet #7A2ADE
RGB
CMYK
RGB Variations
Color information
#7A2ADE (or 0x7A2ADE) is known color: Blue Violet. HEX triplet: 7A, 2A and DE. RGB value is (122,42,222). Sum of RGB (Red+Green+Blue) = 122+42+222=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A2ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2ADE is #85D521. Grayscale: #555555. Windows color (decimal): -8770850 or 14559866. OLE color: 14559866.
HSL color Cylindrical-coordinate representation of color #7A2ADE: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A2ADE is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 42 | 222 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.13 |
| HSL | 266.67º | 0.73% | 0.52% | - |
| HSV(B) | 266.67º | 0.81% | 0.87% | - |
| XYZ | 22.04 | 11.07 | 70.08 | - |
| YUV | 86.44 | 204.5 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 222 | 0.45 | 0.81 | 0 | 0.13 | 266.67 | 0.73 | 0.52 |
| Hex | 7A | 2A | DE | 2D | 51 | 0 | D | 10B | 49 | 34 |
| Octal | 172 | 52 | 336 | 55 | 121 | 0 | 15 | 413 | 111 | 64 |
| Binary | 1111010 | 101010 | 11011110 | 101101 | 1010001 | 0 | 1101 | 100001011 | 1001001 | 110100 |
Color Harmonies of #7A2ADE
Complementary color
Monochromatic Colors of #7A2ADE
Black with #7A2ADE
Text Example
Text Example
White with #7A2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2ADE; }
p { color: rgb(122,42,222); }
H1.HeaderClassName
{
color: #7A2ADE;
}
.AnyTagClassName
{
color: #7A2ADE;
}
</style>
background-color css
<style>
a { background-color: #7A2ADE; }
a { background-color: rgb(122,42,222); }
div.DivClassName
{
background-color: #7A2ADE;
}
.BgClassName
{
background-color: #7A2ADE;
}
</style>
border-color css
<style>
span { border-color: #7A2ADE; }
span { border-color: rgb(122,42,222); }
td.TdClassName
{
border-color: #7A2ADE;
}
.TagClassName
{
border-color: #7A2ADE;
}
</style>