Shades of Blue Violet #7331ED
Tints of Blue Violet #7331ED
RGB
CMYK
RGB Variations
Color information
#7331ED (or 0x7331ED) is known color: Blue Violet. HEX triplet: 73, 31 and ED. RGB value is (115,49,237). Sum of RGB (Red+Green+Blue) = 115+49+237=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #7331ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7331ED is #8CCE12. Grayscale: #595959. Windows color (decimal): -9227795 or 15544691. OLE color: 15544691.
HSL color Cylindrical-coordinate representation of color #7331ED: hue angle of 261.06º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7331ED is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 49 | 237 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.07 |
| HSL | 261.06º | 0.84% | 0.56% | - |
| HSV(B) | 261.06º | 0.79% | 0.93% | - |
| XYZ | 23.45 | 11.96 | 81.19 | - |
| YUV | 90.17 | 210.87 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 237 | 0.51 | 0.79 | 0 | 0.07 | 261.06 | 0.84 | 0.56 |
| Hex | 73 | 31 | ED | 33 | 4F | 0 | 7 | 105 | 54 | 38 |
| Octal | 163 | 61 | 355 | 63 | 117 | 0 | 7 | 405 | 124 | 70 |
| Binary | 1110011 | 110001 | 11101101 | 110011 | 1001111 | 0 | 111 | 100000101 | 1010100 | 111000 |
Color Harmonies of #7331ED
Complementary color
Monochromatic Colors of #7331ED
Black with #7331ED
Text Example
Text Example
White with #7331ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331ED; }
p { color: rgb(115,49,237); }
H1.HeaderClassName
{
color: #7331ED;
}
.AnyTagClassName
{
color: #7331ED;
}
</style>
background-color css
<style>
a { background-color: #7331ED; }
a { background-color: rgb(115,49,237); }
div.DivClassName
{
background-color: #7331ED;
}
.BgClassName
{
background-color: #7331ED;
}
</style>
border-color css
<style>
span { border-color: #7331ED; }
span { border-color: rgb(115,49,237); }
td.TdClassName
{
border-color: #7331ED;
}
.TagClassName
{
border-color: #7331ED;
}
</style>