Html Css Color HEX #7329EB Blue Violet

📋 copy color: '#7329EB'

red 115 ◦ green 41 ◦ blue 235

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

Shades of Blue Violet #7329EB

Tints of Blue Violet #7329EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 29.41%
G = 10.49%
B = 60.1%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7329EB (or 0x7329EB) is known color: Blue Violet. HEX triplet: 73, 29 and EB. RGB value is (115,41,235). Sum of RGB (Red+Green+Blue) = 115+41+235=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #7329EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7329EB is #8CD614. Grayscale: #545454. Windows color (decimal): -9229845 or 15411571. OLE color: 15411571.

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

Color convert

RGB 115 41 235 -
CMYK 0.51 0.83 0 0.08
HSL 262.89º 0.83% 0.54% -
HSV(B) 262.89º 0.83% 0.92% -
XYZ 22.86 11.23 79.56 -
YUV 85.24 212.52 149.23 -
System Red Green Blue C M Y K H S L
Decimal 115 41 235 0.51 0.83 0 0.08 262.89 0.83 0.54
Hex 73 29 EB 33 53 0 8 107 53 36
Octal 163 51 353 63 123 0 10 407 123 66
Binary 1110011 101001 11101011 110011 1010011 0 1000 100000111 1010011 110110

Color Harmonies of #7329EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329EB

Black with #7329EB

Text Example


Text Example

White with #7329EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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