Shades of Blue Violet #7A10E8
Tints of Blue Violet #7A10E8
RGB
CMYK
RGB Variations
Color information
#7A10E8 (or 0x7A10E8) is known color: Blue Violet. HEX triplet: 7A, 10 and E8. RGB value is (122,16,232). Sum of RGB (Red+Green+Blue) = 122+16+232=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #7A10E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A10E8 is #85EF17. Grayscale: #474747. Windows color (decimal): -8777496 or 15208570. OLE color: 15208570.
HSL color Cylindrical-coordinate representation of color #7A10E8: hue angle of 269.44º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A10E8 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 16 | 232 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.09 |
| HSL | 269.44º | 0.87% | 0.49% | - |
| HSV(B) | 269.44º | 0.93% | 0.91% | - |
| XYZ | 22.78 | 10.33 | 77.14 | - |
| YUV | 72.32 | 218.12 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 232 | 0.47 | 0.93 | 0 | 0.09 | 269.44 | 0.87 | 0.49 |
| Hex | 7A | 10 | E8 | 2F | 5D | 0 | 9 | 10D | 57 | 31 |
| Octal | 172 | 20 | 350 | 57 | 135 | 0 | 11 | 415 | 127 | 61 |
| Binary | 1111010 | 10000 | 11101000 | 101111 | 1011101 | 0 | 1001 | 100001101 | 1010111 | 110001 |
Color Harmonies of #7A10E8
Complementary color
Monochromatic Colors of #7A10E8
Black with #7A10E8
Text Example
Text Example
White with #7A10E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A10E8; }
p { color: rgb(122,16,232); }
H1.HeaderClassName
{
color: #7A10E8;
}
.AnyTagClassName
{
color: #7A10E8;
}
</style>
background-color css
<style>
a { background-color: #7A10E8; }
a { background-color: rgb(122,16,232); }
div.DivClassName
{
background-color: #7A10E8;
}
.BgClassName
{
background-color: #7A10E8;
}
</style>
border-color css
<style>
span { border-color: #7A10E8; }
span { border-color: rgb(122,16,232); }
td.TdClassName
{
border-color: #7A10E8;
}
.TagClassName
{
border-color: #7A10E8;
}
</style>