Shades of Blue Violet #7937FE
Tints of Blue Violet #7937FE
RGB
CMYK
RGB Variations
Color information
#7937FE (or 0x7937FE) is known color: Blue Violet. HEX triplet: 79, 37 and FE. RGB value is (121,55,254). Sum of RGB (Red+Green+Blue) = 121+55+254=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #7937FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7937FE is #86C801. Grayscale: #606060. Windows color (decimal): -8833026 or 16660345. OLE color: 16660345.
HSL color Cylindrical-coordinate representation of color #7937FE: hue angle of 259.9º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7937FE is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 55 | 254 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.00 |
| HSL | 259.9º | 0.99% | 0.61% | - |
| HSV(B) | 259.9º | 0.78% | 1% | - |
| XYZ | 27.14 | 13.95 | 95.03 | - |
| YUV | 97.42 | 216.37 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 55 | 254 | 0.52 | 0.78 | 0 | 0.00 | 259.9 | 0.99 | 0.61 |
| Hex | 79 | 37 | FE | 34 | 4E | 0 | 0 | 104 | 63 | 3D |
| Octal | 171 | 67 | 376 | 64 | 116 | 0 | 0 | 404 | 143 | 75 |
| Binary | 1111001 | 110111 | 11111110 | 110100 | 1001110 | 0 | 0 | 100000100 | 1100011 | 111101 |
Color Harmonies of #7937FE
Complementary color
Monochromatic Colors of #7937FE
Black with #7937FE
Text Example
Text Example
White with #7937FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7937FE; }
p { color: rgb(121,55,254); }
H1.HeaderClassName
{
color: #7937FE;
}
.AnyTagClassName
{
color: #7937FE;
}
</style>
background-color css
<style>
a { background-color: #7937FE; }
a { background-color: rgb(121,55,254); }
div.DivClassName
{
background-color: #7937FE;
}
.BgClassName
{
background-color: #7937FE;
}
</style>
border-color css
<style>
span { border-color: #7937FE; }
span { border-color: rgb(121,55,254); }
td.TdClassName
{
border-color: #7937FE;
}
.TagClassName
{
border-color: #7937FE;
}
</style>