Shades of Blue Violet #7A10E5
Tints of Blue Violet #7A10E5
RGB
CMYK
RGB Variations
Color information
#7A10E5 (or 0x7A10E5) is known color: Blue Violet. HEX triplet: 7A, 10 and E5. RGB value is (122,16,229). Sum of RGB (Red+Green+Blue) = 122+16+229=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A10E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A10E5 is #85EF1A. Grayscale: #474747. Windows color (decimal): -8777499 or 15011962. OLE color: 15011962.
HSL color Cylindrical-coordinate representation of color #7A10E5: hue angle of 269.86º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A10E5 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 16 | 229 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.10 |
| HSL | 269.86º | 0.87% | 0.48% | - |
| HSV(B) | 269.86º | 0.93% | 0.9% | - |
| XYZ | 22.35 | 10.17 | 74.91 | - |
| YUV | 71.98 | 216.62 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 229 | 0.47 | 0.93 | 0 | 0.10 | 269.86 | 0.87 | 0.48 |
| Hex | 7A | 10 | E5 | 2F | 5D | 0 | A | 10E | 57 | 30 |
| Octal | 172 | 20 | 345 | 57 | 135 | 0 | 12 | 416 | 127 | 60 |
| Binary | 1111010 | 10000 | 11100101 | 101111 | 1011101 | 0 | 1010 | 100001110 | 1010111 | 110000 |
Color Harmonies of #7A10E5
Complementary color
Monochromatic Colors of #7A10E5
Black with #7A10E5
Text Example
Text Example
White with #7A10E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A10E5; }
p { color: rgb(122,16,229); }
H1.HeaderClassName
{
color: #7A10E5;
}
.AnyTagClassName
{
color: #7A10E5;
}
</style>
background-color css
<style>
a { background-color: #7A10E5; }
a { background-color: rgb(122,16,229); }
div.DivClassName
{
background-color: #7A10E5;
}
.BgClassName
{
background-color: #7A10E5;
}
</style>
border-color css
<style>
span { border-color: #7A10E5; }
span { border-color: rgb(122,16,229); }
td.TdClassName
{
border-color: #7A10E5;
}
.TagClassName
{
border-color: #7A10E5;
}
</style>