Shades of Blue Violet #7943EA
Tints of Blue Violet #7943EA
RGB
CMYK
RGB Variations
Color information
#7943EA (or 0x7943EA) is known color: Blue Violet. HEX triplet: 79, 43 and EA. RGB value is (121,67,234). Sum of RGB (Red+Green+Blue) = 121+67+234=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #7943EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7943EA is #86BC15. Grayscale: #656565. Windows color (decimal): -8829974 or 15352697. OLE color: 15352697.
HSL color Cylindrical-coordinate representation of color #7943EA: hue angle of 259.4º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7943EA is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 67 | 234 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.08 |
| HSL | 259.4º | 0.8% | 0.59% | - |
| HSV(B) | 259.4º | 0.71% | 0.92% | - |
| XYZ | 24.74 | 14.02 | 79.24 | - |
| YUV | 102.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 234 | 0.48 | 0.71 | 0 | 0.08 | 259.4 | 0.8 | 0.59 |
| Hex | 79 | 43 | EA | 30 | 47 | 0 | 8 | 103 | 50 | 3B |
| Octal | 171 | 103 | 352 | 60 | 107 | 0 | 10 | 403 | 120 | 73 |
| Binary | 1111001 | 1000011 | 11101010 | 110000 | 1000111 | 0 | 1000 | 100000011 | 1010000 | 111011 |
Color Harmonies of #7943EA
Complementary color
Monochromatic Colors of #7943EA
Black with #7943EA
Text Example
Text Example
White with #7943EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7943EA; }
p { color: rgb(121,67,234); }
H1.HeaderClassName
{
color: #7943EA;
}
.AnyTagClassName
{
color: #7943EA;
}
</style>
background-color css
<style>
a { background-color: #7943EA; }
a { background-color: rgb(121,67,234); }
div.DivClassName
{
background-color: #7943EA;
}
.BgClassName
{
background-color: #7943EA;
}
</style>
border-color css
<style>
span { border-color: #7943EA; }
span { border-color: rgb(121,67,234); }
td.TdClassName
{
border-color: #7943EA;
}
.TagClassName
{
border-color: #7943EA;
}
</style>