Shades of Blue Violet #7A1ECE
Tints of Blue Violet #7A1ECE
RGB
CMYK
RGB Variations
Color information
#7A1ECE (or 0x7A1ECE) is known color: Blue Violet. HEX triplet: 7A, 1E and CE. RGB value is (122,30,206). Sum of RGB (Red+Green+Blue) = 122+30+206=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A1ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1ECE is #85E131. Grayscale: #4C4C4C. Windows color (decimal): -8773938 or 13508218. OLE color: 13508218.
HSL color Cylindrical-coordinate representation of color #7A1ECE: hue angle of 271.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1ECE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 30 | 206 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.19 |
| HSL | 271.36º | 0.75% | 0.46% | - |
| HSV(B) | 271.36º | 0.85% | 0.81% | - |
| XYZ | 19.63 | 9.52 | 59.2 | - |
| YUV | 77.57 | 200.48 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 206 | 0.41 | 0.85 | 0 | 0.19 | 271.36 | 0.75 | 0.46 |
| Hex | 7A | 1E | CE | 29 | 55 | 0 | 13 | 10F | 4B | 2E |
| Octal | 172 | 36 | 316 | 51 | 125 | 0 | 23 | 417 | 113 | 56 |
| Binary | 1111010 | 11110 | 11001110 | 101001 | 1010101 | 0 | 10011 | 100001111 | 1001011 | 101110 |
Color Harmonies of #7A1ECE
Complementary color
Monochromatic Colors of #7A1ECE
Black with #7A1ECE
Text Example
Text Example
White with #7A1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1ECE; }
p { color: rgb(122,30,206); }
H1.HeaderClassName
{
color: #7A1ECE;
}
.AnyTagClassName
{
color: #7A1ECE;
}
</style>
background-color css
<style>
a { background-color: #7A1ECE; }
a { background-color: rgb(122,30,206); }
div.DivClassName
{
background-color: #7A1ECE;
}
.BgClassName
{
background-color: #7A1ECE;
}
</style>
border-color css
<style>
span { border-color: #7A1ECE; }
span { border-color: rgb(122,30,206); }
td.TdClassName
{
border-color: #7A1ECE;
}
.TagClassName
{
border-color: #7A1ECE;
}
</style>