#7E34D9

Color #7E34D9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7E34D9

Tints of Blue Violet #7E34D9

Color information

#7E34D9 (or 0x7E34D9) is unknown color: approx Blue Violet. HEX triplet: 7E, 34 and D9. RGB value is (126,52,217). Sum of RGB (Red+Green+Blue) = 126+52+217=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E34D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E34D9 is #81CB26. Grayscale: #5C5C5C. Windows color (decimal): -8506151 or 14234750. OLE color: 14234750.

HSL color Cylindrical-coordinate representation of color #7E34D9: hue angle of 266.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E34D9 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12652217-
CMYK0.420.7600.15
HSL266.91º68.46%52.75%-
HSV(B)266.91º76.04%85.1%-
XYZ22.3611.966.76-
YUV92.94198.02151.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 52 (20.70% from 255) = 13.16%
BLUE value IS 217 (85.16% from 255) = 54.94%
R=31.90%
G=13.16%
B=54.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126522170.420.7600.15266.9168.4652.75
Hex7E34D92A4C0F10b4435
Octal176643315211401741310465
Binary1111110110100110110011010101001100011111000010111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E34D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E34D9;
 }
 .AnyTagClassName
 {
   color: #7E34D9;
 }
</style>
background-color css

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

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

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

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

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

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