Shades of Blue Violet #7328EA
Tints of Blue Violet #7328EA
RGB
CMYK
RGB Variations
Color information
#7328EA (or 0x7328EA) is known color: Blue Violet. HEX triplet: 73, 28 and EA. RGB value is (115,40,234). Sum of RGB (Red+Green+Blue) = 115+40+234=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #7328EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7328EA is #8CD715. Grayscale: #535353. Windows color (decimal): -9230102 or 15345779. OLE color: 15345779.
HSL color Cylindrical-coordinate representation of color #7328EA: hue angle of 263.2º degrees, saturation: 0.82, 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 #7328EA is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 40 | 234 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.08 |
| HSL | 263.2º | 0.82% | 0.54% | - |
| HSV(B) | 263.2º | 0.83% | 0.92% | - |
| XYZ | 22.68 | 11.1 | 78.79 | - |
| YUV | 84.54 | 212.35 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 234 | 0.51 | 0.83 | 0 | 0.08 | 263.2 | 0.82 | 0.54 |
| Hex | 73 | 28 | EA | 33 | 53 | 0 | 8 | 107 | 52 | 36 |
| Octal | 163 | 50 | 352 | 63 | 123 | 0 | 10 | 407 | 122 | 66 |
| Binary | 1110011 | 101000 | 11101010 | 110011 | 1010011 | 0 | 1000 | 100000111 | 1010010 | 110110 |
Color Harmonies of #7328EA
Complementary color
Monochromatic Colors of #7328EA
Black with #7328EA
Text Example
Text Example
White with #7328EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328EA; }
p { color: rgb(115,40,234); }
H1.HeaderClassName
{
color: #7328EA;
}
.AnyTagClassName
{
color: #7328EA;
}
</style>
background-color css
<style>
a { background-color: #7328EA; }
a { background-color: rgb(115,40,234); }
div.DivClassName
{
background-color: #7328EA;
}
.BgClassName
{
background-color: #7328EA;
}
</style>
border-color css
<style>
span { border-color: #7328EA; }
span { border-color: rgb(115,40,234); }
td.TdClassName
{
border-color: #7328EA;
}
.TagClassName
{
border-color: #7328EA;
}
</style>