Shades of Blue Violet #7337EF
Tints of Blue Violet #7337EF
RGB
CMYK
RGB Variations
Color information
#7337EF (or 0x7337EF) is known color: Blue Violet. HEX triplet: 73, 37 and EF. RGB value is (115,55,239). Sum of RGB (Red+Green+Blue) = 115+55+239=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #7337EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7337EF is #8CC810. Grayscale: #5D5D5D. Windows color (decimal): -9226257 or 15677299. OLE color: 15677299.
HSL color Cylindrical-coordinate representation of color #7337EF: hue angle of 259.57º 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 #7337EF is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 55 | 239 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.06 |
| HSL | 259.57º | 0.85% | 0.58% | - |
| HSV(B) | 259.57º | 0.77% | 0.94% | - |
| XYZ | 24.02 | 12.61 | 82.83 | - |
| YUV | 93.92 | 209.88 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 239 | 0.52 | 0.77 | 0 | 0.06 | 259.57 | 0.85 | 0.58 |
| Hex | 73 | 37 | EF | 34 | 4D | 0 | 6 | 104 | 55 | 3A |
| Octal | 163 | 67 | 357 | 64 | 115 | 0 | 6 | 404 | 125 | 72 |
| Binary | 1110011 | 110111 | 11101111 | 110100 | 1001101 | 0 | 110 | 100000100 | 1010101 | 111010 |
Color Harmonies of #7337EF
Complementary color
Monochromatic Colors of #7337EF
Black with #7337EF
Text Example
Text Example
White with #7337EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337EF; }
p { color: rgb(115,55,239); }
H1.HeaderClassName
{
color: #7337EF;
}
.AnyTagClassName
{
color: #7337EF;
}
</style>
background-color css
<style>
a { background-color: #7337EF; }
a { background-color: rgb(115,55,239); }
div.DivClassName
{
background-color: #7337EF;
}
.BgClassName
{
background-color: #7337EF;
}
</style>
border-color css
<style>
span { border-color: #7337EF; }
span { border-color: rgb(115,55,239); }
td.TdClassName
{
border-color: #7337EF;
}
.TagClassName
{
border-color: #7337EF;
}
</style>