Html Css Color HEX #7329EC Blue Violet

📋 copy color: '#7329EC'

red 115 ◦ green 41 ◦ blue 236

#7329EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7329EC

Tints of Blue Violet #7329EC

RGB

 RED value IS 115 (45.31% from 255) = 29.34%

 GREEN value IS 41 (16.41% from 255) = 10.46%

 BLUE value IS 236 (92.58% from 255) = 60.2%

R = 29.34%
G = 10.46%
B = 60.2%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7329EC (or 0x7329EC) is known color: Blue Violet. HEX triplet: 73, 29 and EC. RGB value is (115,41,236). Sum of RGB (Red+Green+Blue) = 115+41+236=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #7329EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7329EC is #8CD613. Grayscale: #545454. Windows color (decimal): -9229844 or 15477107. OLE color: 15477107.

HSL color Cylindrical-coordinate representation of color #7329EC: hue angle of 262.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7329EC is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 41 236 -
CMYK 0.51 0.83 0 0.07
HSL 262.77º 0.84% 0.54% -
HSV(B) 262.77º 0.83% 0.93% -
XYZ 23 11.29 80.32 -
YUV 85.36 213.02 149.14 -
System Red Green Blue C M Y K H S L
Decimal 115 41 236 0.51 0.83 0 0.07 262.77 0.84 0.54
Hex 73 29 EC 33 53 0 7 107 54 36
Octal 163 51 354 63 123 0 7 407 124 66
Binary 1110011 101001 11101100 110011 1010011 0 111 100000111 1010100 110110

Color Harmonies of #7329EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329EC

Black with #7329EC

Text Example


Text Example

White with #7329EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7329EC; }

 p { color: rgb(115,41,236); }

 H1.HeaderClassName
 {
   color: #7329EC;
 }
 .AnyTagClassName
 {
   color: #7329EC;
 }
</style>

background-color css

<style>
 a { background-color: #7329EC; }

 a { background-color: rgb(115,41,236); }

 div.DivClassName
 {
   background-color: #7329EC;
 }
 .BgClassName
 {
   background-color: #7329EC;
 }
</style>

border-color css

<style>
 span { border-color: #7329EC; }

 span { border-color: rgb(115,41,236); }

 td.TdClassName
 {
   border-color: #7329EC;
 }
 .TagClassName
 {
   border-color: #7329EC;
 }
</style>