Shades of Blue Violet #7A1ACE
Tints of Blue Violet #7A1ACE
RGB
CMYK
RGB Variations
Color information
#7A1ACE (or 0x7A1ACE) is known color: Blue Violet. HEX triplet: 7A, 1A and CE. RGB value is (122,26,206). Sum of RGB (Red+Green+Blue) = 122+26+206=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A1ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1ACE is #85E531. Grayscale: #4A4A4A. Windows color (decimal): -8774962 or 13507194. OLE color: 13507194.
HSL color Cylindrical-coordinate representation of color #7A1ACE: hue angle of 272º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1ACE is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 26 | 206 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.19 |
| HSL | 272º | 0.78% | 0.45% | - |
| HSV(B) | 272º | 0.87% | 0.81% | - |
| XYZ | 19.54 | 9.33 | 59.16 | - |
| YUV | 75.22 | 201.8 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 206 | 0.41 | 0.87 | 0 | 0.19 | 272 | 0.78 | 0.45 |
| Hex | 7A | 1A | CE | 29 | 57 | 0 | 13 | 110 | 4E | 2D |
| Octal | 172 | 32 | 316 | 51 | 127 | 0 | 23 | 420 | 116 | 55 |
| Binary | 1111010 | 11010 | 11001110 | 101001 | 1010111 | 0 | 10011 | 100010000 | 1001110 | 101101 |
Color Harmonies of #7A1ACE
Complementary color
Monochromatic Colors of #7A1ACE
Black with #7A1ACE
Text Example
Text Example
White with #7A1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1ACE; }
p { color: rgb(122,26,206); }
H1.HeaderClassName
{
color: #7A1ACE;
}
.AnyTagClassName
{
color: #7A1ACE;
}
</style>
background-color css
<style>
a { background-color: #7A1ACE; }
a { background-color: rgb(122,26,206); }
div.DivClassName
{
background-color: #7A1ACE;
}
.BgClassName
{
background-color: #7A1ACE;
}
</style>
border-color css
<style>
span { border-color: #7A1ACE; }
span { border-color: rgb(122,26,206); }
td.TdClassName
{
border-color: #7A1ACE;
}
.TagClassName
{
border-color: #7A1ACE;
}
</style>