Html Css Color HEX #7E33EA Blue Violet

📋 copy color: '#7E33EA'

red 126 ◦ green 51 ◦ blue 234

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

Shades of Blue Violet #7E33EA

Tints of Blue Violet #7E33EA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 30.66%
G = 12.41%
B = 56.93%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E33EA (or 0x7E33EA) is known color: Blue Violet. HEX triplet: 7E, 33 and EA. RGB value is (126,51,234). Sum of RGB (Red+Green+Blue) = 126+51+234=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E33EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E33EA is #81CC15. Grayscale: #5D5D5D. Windows color (decimal): -8506390 or 15348606. OLE color: 15348606.

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

Color convert

RGB 126 51 234 -
CMYK 0.46 0.78 0 0.08
HSL 264.59º 0.81% 0.56% -
HSV(B) 264.59º 0.78% 0.92% -
XYZ 24.64 12.74 79 -
YUV 94.29 206.85 150.62 -
System Red Green Blue C M Y K H S L
Decimal 126 51 234 0.46 0.78 0 0.08 264.59 0.81 0.56
Hex 7E 33 EA 2E 4E 0 8 109 51 38
Octal 176 63 352 56 116 0 10 411 121 70
Binary 1111110 110011 11101010 101110 1001110 0 1000 100001001 1010001 111000

Color Harmonies of #7E33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E33EA

Black with #7E33EA

Text Example


Text Example

White with #7E33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,51,234); }

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

background-color css

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

 a { background-color: rgb(126,51,234); }

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

border-color css

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

 span { border-color: rgb(126,51,234); }

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