Html Css Color HEX #7E32EB Blue Violet

📋 copy color: '#7E32EB'

red 126 ◦ green 50 ◦ blue 235

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

Shades of Blue Violet #7E32EB

Tints of Blue Violet #7E32EB

RGB

 RED value IS 126 (49.61% from 255) = 30.66%

 GREEN value IS 50 (19.92% from 255) = 12.17%

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

R = 30.66%
G = 12.17%
B = 57.18%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E32EB (or 0x7E32EB) is known color: Blue Violet. HEX triplet: 7E, 32 and EB. RGB value is (126,50,235). Sum of RGB (Red+Green+Blue) = 126+50+235=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E32EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E32EB is #81CD14. Grayscale: #5D5D5D. Windows color (decimal): -8506645 or 15413886. OLE color: 15413886.

HSL color Cylindrical-coordinate representation of color #7E32EB: hue angle of 264.65º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E32EB is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 50 235 -
CMYK 0.46 0.79 0 0.08
HSL 264.65º 0.82% 0.56% -
HSV(B) 264.65º 0.79% 0.92% -
XYZ 24.74 12.71 79.75 -
YUV 93.81 207.68 150.96 -
System Red Green Blue C M Y K H S L
Decimal 126 50 235 0.46 0.79 0 0.08 264.65 0.82 0.56
Hex 7E 32 EB 2E 4F 0 8 109 52 38
Octal 176 62 353 56 117 0 10 411 122 70
Binary 1111110 110010 11101011 101110 1001111 0 1000 100001001 1010010 111000

Color Harmonies of #7E32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E32EB

Black with #7E32EB

Text Example


Text Example

White with #7E32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E32EB; }

 p { color: rgb(126,50,235); }

 H1.HeaderClassName
 {
   color: #7E32EB;
 }
 .AnyTagClassName
 {
   color: #7E32EB;
 }
</style>

background-color css

<style>
 a { background-color: #7E32EB; }

 a { background-color: rgb(126,50,235); }

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

border-color css

<style>
 span { border-color: #7E32EB; }

 span { border-color: rgb(126,50,235); }

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