Html Css Color HEX #7E34EA Blue Violet

📋 copy color: '#7E34EA'

red 126 ◦ green 52 ◦ blue 234

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

Shades of Blue Violet #7E34EA

Tints of Blue Violet #7E34EA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.62%

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

R = 30.58%
G = 12.62%
B = 56.8%

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

#7E34EA (or 0x7E34EA) is known color: Blue Violet. HEX triplet: 7E, 34 and EA. RGB value is (126,52,234). Sum of RGB (Red+Green+Blue) = 126+52+234=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E34EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E34EA is #81CB15. Grayscale: #5E5E5E. Windows color (decimal): -8506134 or 15348862. OLE color: 15348862.

HSL color Cylindrical-coordinate representation of color #7E34EA: hue angle of 264.4º 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 #7E34EA is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 52 234 -
CMYK 0.46 0.78 0 0.08
HSL 264.4º 0.81% 0.56% -
HSV(B) 264.4º 0.78% 0.92% -
XYZ 24.68 12.83 79.02 -
YUV 94.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 126 52 234 0.46 0.78 0 0.08 264.4 0.81 0.56
Hex 7E 34 EA 2E 4E 0 8 108 51 38
Octal 176 64 352 56 116 0 10 410 121 70
Binary 1111110 110100 11101010 101110 1001110 0 1000 100001000 1010001 111000

Color Harmonies of #7E34EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E34EA

Black with #7E34EA

Text Example


Text Example

White with #7E34EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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