Shades of Blue Violet #7329EE
Tints of Blue Violet #7329EE
RGB
CMYK
RGB Variations
Color information
#7329EE (or 0x7329EE) is known color: Blue Violet. HEX triplet: 73, 29 and EE. RGB value is (115,41,238). Sum of RGB (Red+Green+Blue) = 115+41+238=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #7329EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7329EE is #8CD611. Grayscale: #545454. Windows color (decimal): -9229842 or 15608179. OLE color: 15608179.
HSL color Cylindrical-coordinate representation of color #7329EE: hue angle of 262.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7329EE is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 41 | 238 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.07 |
| HSL | 262.54º | 0.85% | 0.55% | - |
| HSV(B) | 262.54º | 0.83% | 0.93% | - |
| XYZ | 23.3 | 11.4 | 81.86 | - |
| YUV | 85.58 | 214.02 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 238 | 0.52 | 0.83 | 0 | 0.07 | 262.54 | 0.85 | 0.55 |
| Hex | 73 | 29 | EE | 34 | 53 | 0 | 7 | 107 | 55 | 37 |
| Octal | 163 | 51 | 356 | 64 | 123 | 0 | 7 | 407 | 125 | 67 |
| Binary | 1110011 | 101001 | 11101110 | 110100 | 1010011 | 0 | 111 | 100000111 | 1010101 | 110111 |
Color Harmonies of #7329EE
Complementary color
Monochromatic Colors of #7329EE
Black with #7329EE
Text Example
Text Example
White with #7329EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7329EE; }
p { color: rgb(115,41,238); }
H1.HeaderClassName
{
color: #7329EE;
}
.AnyTagClassName
{
color: #7329EE;
}
</style>
background-color css
<style>
a { background-color: #7329EE; }
a { background-color: rgb(115,41,238); }
div.DivClassName
{
background-color: #7329EE;
}
.BgClassName
{
background-color: #7329EE;
}
</style>
border-color css
<style>
span { border-color: #7329EE; }
span { border-color: rgb(115,41,238); }
td.TdClassName
{
border-color: #7329EE;
}
.TagClassName
{
border-color: #7329EE;
}
</style>