#7329EE

Color #7329EE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7329EE

Tints of Blue Violet #7329EE

Color information

#7329EE (or 0x7329EE) is unknown color: approx 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

RGB11541238-
CMYK0.520.8300.07
HSL262.54º85.28%54.71%-
HSV(B)262.54º82.77%93.33%-
XYZ23.311.481.86-
YUV85.58214.02148.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 41 (16.41% from 255) = 10.41%
BLUE value IS 238 (93.36% from 255) = 60.41%
R=29.19%
G=10.41%
B=60.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal115412380.520.8300.07262.5485.2854.71
Hex7329EE3453071075537
Octal16351356641230740712567
Binary111001110100111101110110100101001101111000001111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7329EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>