Shades of Blue Violet #7B37EF
Tints of Blue Violet #7B37EF
RGB
CMYK
RGB Variations
Color information
#7B37EF (or 0x7B37EF) is known color: Blue Violet. HEX triplet: 7B, 37 and EF. RGB value is (123,55,239). Sum of RGB (Red+Green+Blue) = 123+55+239=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B37EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B37EF is #84C810. Grayscale: #5F5F5F. Windows color (decimal): -8701969 or 15677307. OLE color: 15677307.
HSL color Cylindrical-coordinate representation of color #7B37EF: hue angle of 262.17º 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 #7B37EF is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 55 | 239 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.06 |
| HSL | 262.17º | 0.85% | 0.58% | - |
| HSV(B) | 262.17º | 0.77% | 0.94% | - |
| XYZ | 25.11 | 13.18 | 82.88 | - |
| YUV | 96.31 | 208.53 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 239 | 0.49 | 0.77 | 0 | 0.06 | 262.17 | 0.85 | 0.58 |
| Hex | 7B | 37 | EF | 31 | 4D | 0 | 6 | 106 | 55 | 3A |
| Octal | 173 | 67 | 357 | 61 | 115 | 0 | 6 | 406 | 125 | 72 |
| Binary | 1111011 | 110111 | 11101111 | 110001 | 1001101 | 0 | 110 | 100000110 | 1010101 | 111010 |
Color Harmonies of #7B37EF
Complementary color
Monochromatic Colors of #7B37EF
Black with #7B37EF
Text Example
Text Example
White with #7B37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B37EF; }
p { color: rgb(123,55,239); }
H1.HeaderClassName
{
color: #7B37EF;
}
.AnyTagClassName
{
color: #7B37EF;
}
</style>
background-color css
<style>
a { background-color: #7B37EF; }
a { background-color: rgb(123,55,239); }
div.DivClassName
{
background-color: #7B37EF;
}
.BgClassName
{
background-color: #7B37EF;
}
</style>
border-color css
<style>
span { border-color: #7B37EF; }
span { border-color: rgb(123,55,239); }
td.TdClassName
{
border-color: #7B37EF;
}
.TagClassName
{
border-color: #7B37EF;
}
</style>