Shades of Blue Violet #7A35E9
Tints of Blue Violet #7A35E9
RGB
CMYK
RGB Variations
Color information
#7A35E9 (or 0x7A35E9) is known color: Blue Violet. HEX triplet: 7A, 35 and E9. RGB value is (122,53,233). Sum of RGB (Red+Green+Blue) = 122+53+233=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A35E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A35E9 is #85CA16. Grayscale: #5D5D5D. Windows color (decimal): -8768023 or 15283578. OLE color: 15283578.
HSL color Cylindrical-coordinate representation of color #7A35E9: hue angle of 263º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A35E9 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 53 | 233 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.09 |
| HSL | 263º | 0.8% | 0.56% | - |
| HSV(B) | 263º | 0.77% | 0.91% | - |
| XYZ | 24.01 | 12.57 | 78.25 | - |
| YUV | 94.15 | 206.36 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 233 | 0.48 | 0.77 | 0 | 0.09 | 263 | 0.8 | 0.56 |
| Hex | 7A | 35 | E9 | 30 | 4D | 0 | 9 | 107 | 50 | 38 |
| Octal | 172 | 65 | 351 | 60 | 115 | 0 | 11 | 407 | 120 | 70 |
| Binary | 1111010 | 110101 | 11101001 | 110000 | 1001101 | 0 | 1001 | 100000111 | 1010000 | 111000 |
Color Harmonies of #7A35E9
Complementary color
Monochromatic Colors of #7A35E9
Black with #7A35E9
Text Example
Text Example
White with #7A35E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A35E9; }
p { color: rgb(122,53,233); }
H1.HeaderClassName
{
color: #7A35E9;
}
.AnyTagClassName
{
color: #7A35E9;
}
</style>
background-color css
<style>
a { background-color: #7A35E9; }
a { background-color: rgb(122,53,233); }
div.DivClassName
{
background-color: #7A35E9;
}
.BgClassName
{
background-color: #7A35E9;
}
</style>
border-color css
<style>
span { border-color: #7A35E9; }
span { border-color: rgb(122,53,233); }
td.TdClassName
{
border-color: #7A35E9;
}
.TagClassName
{
border-color: #7A35E9;
}
</style>