Shades of Blue Violet #7937FF
Tints of Blue Violet #7937FF
RGB
CMYK
RGB Variations
Color information
#7937FF (or 0x7937FF) is known color: Blue Violet. HEX triplet: 79, 37 and FF. RGB value is (121,55,255). Sum of RGB (Red+Green+Blue) = 121+55+255=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #7937FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7937FF is #86C800. Grayscale: #606060. Windows color (decimal): -8833025 or 16725881. OLE color: 16725881.
HSL color Cylindrical-coordinate representation of color #7937FF: hue angle of 259.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7937FF is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 55 | 255 | - |
| CMYK | 0.53 | 0.78 | 0 | 0 |
| HSL | 259.8º | 1% | 0.61% | - |
| HSV(B) | 259.8º | 0.78% | 1% | - |
| XYZ | 27.3 | 14.02 | 95.87 | - |
| YUV | 97.53 | 216.87 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 55 | 255 | 0.53 | 0.78 | 0 | 0 | 259.8 | 1 | 0.61 |
| Hex | 79 | 37 | FF | 35 | 4E | 0 | 0 | 104 | 64 | 3D |
| Octal | 171 | 67 | 377 | 65 | 116 | 0 | 0 | 404 | 144 | 75 |
| Binary | 1111001 | 110111 | 11111111 | 110101 | 1001110 | 0 | 0 | 100000100 | 1100100 | 111101 |
Color Harmonies of #7937FF
Complementary color
Monochromatic Colors of #7937FF
Black with #7937FF
Text Example
Text Example
White with #7937FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7937FF; }
p { color: rgb(121,55,255); }
H1.HeaderClassName
{
color: #7937FF;
}
.AnyTagClassName
{
color: #7937FF;
}
</style>
background-color css
<style>
a { background-color: #7937FF; }
a { background-color: rgb(121,55,255); }
div.DivClassName
{
background-color: #7937FF;
}
.BgClassName
{
background-color: #7937FF;
}
</style>
border-color css
<style>
span { border-color: #7937FF; }
span { border-color: rgb(121,55,255); }
td.TdClassName
{
border-color: #7937FF;
}
.TagClassName
{
border-color: #7937FF;
}
</style>