Shades of Blue Violet #7A37E9
Tints of Blue Violet #7A37E9
RGB
CMYK
RGB Variations
Color information
#7A37E9 (or 0x7A37E9) is known color: Blue Violet. HEX triplet: 7A, 37 and E9. RGB value is (122,55,233). Sum of RGB (Red+Green+Blue) = 122+55+233=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 233 (91.41% from 255 or 56.83% from 410); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A37E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A37E9 is #85C816. Grayscale: #5E5E5E. Windows color (decimal): -8767511 or 15284090. OLE color: 15284090.
HSL color Cylindrical-coordinate representation of color #7A37E9: hue angle of 262.58º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A37E9 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 55 | 233 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.09 |
| HSL | 262.58º | 0.8% | 0.56% | - |
| HSV(B) | 262.58º | 0.76% | 0.91% | - |
| XYZ | 24.1 | 12.75 | 78.28 | - |
| YUV | 95.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 233 | 0.48 | 0.76 | 0 | 0.09 | 262.58 | 0.8 | 0.56 |
| Hex | 7A | 37 | E9 | 30 | 4C | 0 | 9 | 107 | 50 | 38 |
| Octal | 172 | 67 | 351 | 60 | 114 | 0 | 11 | 407 | 120 | 70 |
| Binary | 1111010 | 110111 | 11101001 | 110000 | 1001100 | 0 | 1001 | 100000111 | 1010000 | 111000 |
Color Harmonies of #7A37E9
Complementary color
Monochromatic Colors of #7A37E9
Black with #7A37E9
Text Example
Text Example
White with #7A37E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A37E9; }
p { color: rgb(122,55,233); }
H1.HeaderClassName
{
color: #7A37E9;
}
.AnyTagClassName
{
color: #7A37E9;
}
</style>
background-color css
<style>
a { background-color: #7A37E9; }
a { background-color: rgb(122,55,233); }
div.DivClassName
{
background-color: #7A37E9;
}
.BgClassName
{
background-color: #7A37E9;
}
</style>
border-color css
<style>
span { border-color: #7A37E9; }
span { border-color: rgb(122,55,233); }
td.TdClassName
{
border-color: #7A37E9;
}
.TagClassName
{
border-color: #7A37E9;
}
</style>