Shades of Blue Violet #7837EF
Tints of Blue Violet #7837EF
RGB
CMYK
RGB Variations
Color information
#7837EF (or 0x7837EF) is known color: Blue Violet. HEX triplet: 78, 37 and EF. RGB value is (120,55,239). Sum of RGB (Red+Green+Blue) = 120+55+239=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #7837EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7837EF is #87C810. Grayscale: #5E5E5E. Windows color (decimal): -8898577 or 15677304. OLE color: 15677304.
HSL color Cylindrical-coordinate representation of color #7837EF: hue angle of 261.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7837EF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 55 | 239 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.06 |
| HSL | 261.2º | 0.85% | 0.58% | - |
| HSV(B) | 261.2º | 0.77% | 0.94% | - |
| XYZ | 24.69 | 12.96 | 82.86 | - |
| YUV | 95.41 | 209.03 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 239 | 0.50 | 0.77 | 0 | 0.06 | 261.2 | 0.85 | 0.58 |
| Hex | 78 | 37 | EF | 32 | 4D | 0 | 6 | 105 | 55 | 3A |
| Octal | 170 | 67 | 357 | 62 | 115 | 0 | 6 | 405 | 125 | 72 |
| Binary | 1111000 | 110111 | 11101111 | 110010 | 1001101 | 0 | 110 | 100000101 | 1010101 | 111010 |
Color Harmonies of #7837EF
Complementary color
Monochromatic Colors of #7837EF
Black with #7837EF
Text Example
Text Example
White with #7837EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7837EF; }
p { color: rgb(120,55,239); }
H1.HeaderClassName
{
color: #7837EF;
}
.AnyTagClassName
{
color: #7837EF;
}
</style>
background-color css
<style>
a { background-color: #7837EF; }
a { background-color: rgb(120,55,239); }
div.DivClassName
{
background-color: #7837EF;
}
.BgClassName
{
background-color: #7837EF;
}
</style>
border-color css
<style>
span { border-color: #7837EF; }
span { border-color: rgb(120,55,239); }
td.TdClassName
{
border-color: #7837EF;
}
.TagClassName
{
border-color: #7837EF;
}
</style>