Shades of Blue Violet #7331EF
Tints of Blue Violet #7331EF
RGB
CMYK
RGB Variations
Color information
#7331EF (or 0x7331EF) is known color: Blue Violet. HEX triplet: 73, 31 and EF. RGB value is (115,49,239). Sum of RGB (Red+Green+Blue) = 115+49+239=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #7331EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7331EF is #8CCE10. Grayscale: #595959. Windows color (decimal): -9227793 or 15675763. OLE color: 15675763.
HSL color Cylindrical-coordinate representation of color #7331EF: hue angle of 260.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7331EF is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 49 | 239 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.06 |
| HSL | 260.84º | 0.86% | 0.56% | - |
| HSV(B) | 260.84º | 0.79% | 0.94% | - |
| XYZ | 23.75 | 12.07 | 82.74 | - |
| YUV | 90.39 | 211.87 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 239 | 0.52 | 0.79 | 0 | 0.06 | 260.84 | 0.86 | 0.56 |
| Hex | 73 | 31 | EF | 34 | 4F | 0 | 6 | 105 | 56 | 38 |
| Octal | 163 | 61 | 357 | 64 | 117 | 0 | 6 | 405 | 126 | 70 |
| Binary | 1110011 | 110001 | 11101111 | 110100 | 1001111 | 0 | 110 | 100000101 | 1010110 | 111000 |
Color Harmonies of #7331EF
Complementary color
Monochromatic Colors of #7331EF
Black with #7331EF
Text Example
Text Example
White with #7331EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331EF; }
p { color: rgb(115,49,239); }
H1.HeaderClassName
{
color: #7331EF;
}
.AnyTagClassName
{
color: #7331EF;
}
</style>
background-color css
<style>
a { background-color: #7331EF; }
a { background-color: rgb(115,49,239); }
div.DivClassName
{
background-color: #7331EF;
}
.BgClassName
{
background-color: #7331EF;
}
</style>
border-color css
<style>
span { border-color: #7331EF; }
span { border-color: rgb(115,49,239); }
td.TdClassName
{
border-color: #7331EF;
}
.TagClassName
{
border-color: #7331EF;
}
</style>