Shades of Blue Violet #7328EB
Tints of Blue Violet #7328EB
RGB
CMYK
RGB Variations
Color information
#7328EB (or 0x7328EB) is known color: Blue Violet. HEX triplet: 73, 28 and EB. RGB value is (115,40,235). Sum of RGB (Red+Green+Blue) = 115+40+235=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #7328EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7328EB is #8CD714. Grayscale: #535353. Windows color (decimal): -9230101 or 15411315. OLE color: 15411315.
HSL color Cylindrical-coordinate representation of color #7328EB: hue angle of 263.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7328EB is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 40 | 235 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.08 |
| HSL | 263.08º | 0.83% | 0.54% | - |
| HSV(B) | 263.08º | 0.83% | 0.92% | - |
| XYZ | 22.82 | 11.16 | 79.55 | - |
| YUV | 84.66 | 212.85 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 235 | 0.51 | 0.83 | 0 | 0.08 | 263.08 | 0.83 | 0.54 |
| Hex | 73 | 28 | EB | 33 | 53 | 0 | 8 | 107 | 53 | 36 |
| Octal | 163 | 50 | 353 | 63 | 123 | 0 | 10 | 407 | 123 | 66 |
| Binary | 1110011 | 101000 | 11101011 | 110011 | 1010011 | 0 | 1000 | 100000111 | 1010011 | 110110 |
Color Harmonies of #7328EB
Complementary color
Monochromatic Colors of #7328EB
Black with #7328EB
Text Example
Text Example
White with #7328EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328EB; }
p { color: rgb(115,40,235); }
H1.HeaderClassName
{
color: #7328EB;
}
.AnyTagClassName
{
color: #7328EB;
}
</style>
background-color css
<style>
a { background-color: #7328EB; }
a { background-color: rgb(115,40,235); }
div.DivClassName
{
background-color: #7328EB;
}
.BgClassName
{
background-color: #7328EB;
}
</style>
border-color css
<style>
span { border-color: #7328EB; }
span { border-color: rgb(115,40,235); }
td.TdClassName
{
border-color: #7328EB;
}
.TagClassName
{
border-color: #7328EB;
}
</style>