Shades of Blue Violet #7330EA
Tints of Blue Violet #7330EA
RGB
CMYK
RGB Variations
Color information
#7330EA (or 0x7330EA) is known color: Blue Violet. HEX triplet: 73, 30 and EA. RGB value is (115,48,234). Sum of RGB (Red+Green+Blue) = 115+48+234=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #7330EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7330EA is #8CCF15. Grayscale: #585858. Windows color (decimal): -9228054 or 15347827. OLE color: 15347827.
HSL color Cylindrical-coordinate representation of color #7330EA: hue angle of 261.61º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7330EA is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 48 | 234 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.08 |
| HSL | 261.61º | 0.82% | 0.55% | - |
| HSV(B) | 261.61º | 0.79% | 0.92% | - |
| XYZ | 22.98 | 11.7 | 78.89 | - |
| YUV | 89.24 | 209.7 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 234 | 0.51 | 0.79 | 0 | 0.08 | 261.61 | 0.82 | 0.55 |
| Hex | 73 | 30 | EA | 33 | 4F | 0 | 8 | 106 | 52 | 37 |
| Octal | 163 | 60 | 352 | 63 | 117 | 0 | 10 | 406 | 122 | 67 |
| Binary | 1110011 | 110000 | 11101010 | 110011 | 1001111 | 0 | 1000 | 100000110 | 1010010 | 110111 |
Color Harmonies of #7330EA
Complementary color
Monochromatic Colors of #7330EA
Black with #7330EA
Text Example
Text Example
White with #7330EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7330EA; }
p { color: rgb(115,48,234); }
H1.HeaderClassName
{
color: #7330EA;
}
.AnyTagClassName
{
color: #7330EA;
}
</style>
background-color css
<style>
a { background-color: #7330EA; }
a { background-color: rgb(115,48,234); }
div.DivClassName
{
background-color: #7330EA;
}
.BgClassName
{
background-color: #7330EA;
}
</style>
border-color css
<style>
span { border-color: #7330EA; }
span { border-color: rgb(115,48,234); }
td.TdClassName
{
border-color: #7330EA;
}
.TagClassName
{
border-color: #7330EA;
}
</style>