Shades of Blue Violet #7934EA
Tints of Blue Violet #7934EA
RGB
CMYK
RGB Variations
Color information
#7934EA (or 0x7934EA) is known color: Blue Violet. HEX triplet: 79, 34 and EA. RGB value is (121,52,234). Sum of RGB (Red+Green+Blue) = 121+52+234=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #7934EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7934EA is #86CB15. Grayscale: #5C5C5C. Windows color (decimal): -8833814 or 15348857. OLE color: 15348857.
HSL color Cylindrical-coordinate representation of color #7934EA: hue angle of 262.75º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7934EA is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 52 | 234 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.08 |
| HSL | 262.75º | 0.81% | 0.56% | - |
| HSV(B) | 262.75º | 0.78% | 0.92% | - |
| XYZ | 23.96 | 12.46 | 78.98 | - |
| YUV | 93.38 | 207.36 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 234 | 0.48 | 0.78 | 0 | 0.08 | 262.75 | 0.81 | 0.56 |
| Hex | 79 | 34 | EA | 30 | 4E | 0 | 8 | 107 | 51 | 38 |
| Octal | 171 | 64 | 352 | 60 | 116 | 0 | 10 | 407 | 121 | 70 |
| Binary | 1111001 | 110100 | 11101010 | 110000 | 1001110 | 0 | 1000 | 100000111 | 1010001 | 111000 |
Color Harmonies of #7934EA
Complementary color
Monochromatic Colors of #7934EA
Black with #7934EA
Text Example
Text Example
White with #7934EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7934EA; }
p { color: rgb(121,52,234); }
H1.HeaderClassName
{
color: #7934EA;
}
.AnyTagClassName
{
color: #7934EA;
}
</style>
background-color css
<style>
a { background-color: #7934EA; }
a { background-color: rgb(121,52,234); }
div.DivClassName
{
background-color: #7934EA;
}
.BgClassName
{
background-color: #7934EA;
}
</style>
border-color css
<style>
span { border-color: #7934EA; }
span { border-color: rgb(121,52,234); }
td.TdClassName
{
border-color: #7934EA;
}
.TagClassName
{
border-color: #7934EA;
}
</style>