Shades of Blue Violet #7934E7
Tints of Blue Violet #7934E7
RGB
CMYK
RGB Variations
Color information
#7934E7 (or 0x7934E7) is known color: Blue Violet. HEX triplet: 79, 34 and E7. RGB value is (121,52,231). Sum of RGB (Red+Green+Blue) = 121+52+231=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #7934E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7934E7 is #86CB18. Grayscale: #5C5C5C. Windows color (decimal): -8833817 or 15152249. OLE color: 15152249.
HSL color Cylindrical-coordinate representation of color #7934E7: hue angle of 263.13º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7934E7 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 52 | 231 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.09 |
| HSL | 263.13º | 0.79% | 0.55% | - |
| HSV(B) | 263.13º | 0.77% | 0.91% | - |
| XYZ | 23.54 | 12.29 | 76.73 | - |
| YUV | 93.04 | 205.86 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 231 | 0.48 | 0.77 | 0 | 0.09 | 263.13 | 0.79 | 0.55 |
| Hex | 79 | 34 | E7 | 30 | 4D | 0 | 9 | 107 | 4F | 37 |
| Octal | 171 | 64 | 347 | 60 | 115 | 0 | 11 | 407 | 117 | 67 |
| Binary | 1111001 | 110100 | 11100111 | 110000 | 1001101 | 0 | 1001 | 100000111 | 1001111 | 110111 |
Color Harmonies of #7934E7
Complementary color
Monochromatic Colors of #7934E7
Black with #7934E7
Text Example
Text Example
White with #7934E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7934E7; }
p { color: rgb(121,52,231); }
H1.HeaderClassName
{
color: #7934E7;
}
.AnyTagClassName
{
color: #7934E7;
}
</style>
background-color css
<style>
a { background-color: #7934E7; }
a { background-color: rgb(121,52,231); }
div.DivClassName
{
background-color: #7934E7;
}
.BgClassName
{
background-color: #7934E7;
}
</style>
border-color css
<style>
span { border-color: #7934E7; }
span { border-color: rgb(121,52,231); }
td.TdClassName
{
border-color: #7934E7;
}
.TagClassName
{
border-color: #7934E7;
}
</style>