Shades of Blue Violet #7328EF
Tints of Blue Violet #7328EF
RGB
CMYK
RGB Variations
Color information
#7328EF (or 0x7328EF) is known color: Blue Violet. HEX triplet: 73, 28 and EF. RGB value is (115,40,239). Sum of RGB (Red+Green+Blue) = 115+40+239=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #7328EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7328EF is #8CD710. Grayscale: #545454. Windows color (decimal): -9230097 or 15673459. OLE color: 15673459.
HSL color Cylindrical-coordinate representation of color #7328EF: hue angle of 262.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7328EF is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 40 | 239 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.06 |
| HSL | 262.61º | 0.86% | 0.55% | - |
| HSV(B) | 262.61º | 0.83% | 0.94% | - |
| XYZ | 23.41 | 11.39 | 82.63 | - |
| YUV | 85.11 | 214.85 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 239 | 0.52 | 0.83 | 0 | 0.06 | 262.61 | 0.86 | 0.55 |
| Hex | 73 | 28 | EF | 34 | 53 | 0 | 6 | 107 | 56 | 37 |
| Octal | 163 | 50 | 357 | 64 | 123 | 0 | 6 | 407 | 126 | 67 |
| Binary | 1110011 | 101000 | 11101111 | 110100 | 1010011 | 0 | 110 | 100000111 | 1010110 | 110111 |
Color Harmonies of #7328EF
Complementary color
Monochromatic Colors of #7328EF
Black with #7328EF
Text Example
Text Example
White with #7328EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328EF; }
p { color: rgb(115,40,239); }
H1.HeaderClassName
{
color: #7328EF;
}
.AnyTagClassName
{
color: #7328EF;
}
</style>
background-color css
<style>
a { background-color: #7328EF; }
a { background-color: rgb(115,40,239); }
div.DivClassName
{
background-color: #7328EF;
}
.BgClassName
{
background-color: #7328EF;
}
</style>
border-color css
<style>
span { border-color: #7328EF; }
span { border-color: rgb(115,40,239); }
td.TdClassName
{
border-color: #7328EF;
}
.TagClassName
{
border-color: #7328EF;
}
</style>