Shades of Blue Violet #7332E1
Tints of Blue Violet #7332E1
RGB
CMYK
RGB Variations
Color information
#7332E1 (or 0x7332E1) is known color: Blue Violet. HEX triplet: 73, 32 and E1. RGB value is (115,50,225). Sum of RGB (Red+Green+Blue) = 115+50+225=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #7332E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7332E1 is #8CCD1E. Grayscale: #585858. Windows color (decimal): -9227551 or 14758515. OLE color: 14758515.
HSL color Cylindrical-coordinate representation of color #7332E1: hue angle of 262.29º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7332E1 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 50 | 225 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.12 |
| HSL | 262.29º | 0.74% | 0.54% | - |
| HSV(B) | 262.29º | 0.78% | 0.88% | - |
| XYZ | 21.8 | 11.36 | 72.28 | - |
| YUV | 89.39 | 204.53 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 225 | 0.49 | 0.78 | 0 | 0.12 | 262.29 | 0.74 | 0.54 |
| Hex | 73 | 32 | E1 | 31 | 4E | 0 | C | 106 | 4A | 36 |
| Octal | 163 | 62 | 341 | 61 | 116 | 0 | 14 | 406 | 112 | 66 |
| Binary | 1110011 | 110010 | 11100001 | 110001 | 1001110 | 0 | 1100 | 100000110 | 1001010 | 110110 |
Color Harmonies of #7332E1
Complementary color
Monochromatic Colors of #7332E1
Black with #7332E1
Text Example
Text Example
White with #7332E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7332E1; }
p { color: rgb(115,50,225); }
H1.HeaderClassName
{
color: #7332E1;
}
.AnyTagClassName
{
color: #7332E1;
}
</style>
background-color css
<style>
a { background-color: #7332E1; }
a { background-color: rgb(115,50,225); }
div.DivClassName
{
background-color: #7332E1;
}
.BgClassName
{
background-color: #7332E1;
}
</style>
border-color css
<style>
span { border-color: #7332E1; }
span { border-color: rgb(115,50,225); }
td.TdClassName
{
border-color: #7332E1;
}
.TagClassName
{
border-color: #7332E1;
}
</style>