#7E31C9

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

Shades of Blue Violet #7E31C9

Tints of Blue Violet #7E31C9

Color information

#7E31C9 (or 0x7E31C9) is unknown color: approx Blue Violet. HEX triplet: 7E, 31 and C9. RGB value is (126,49,201). Sum of RGB (Red+Green+Blue) = 126+49+201=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #7E31C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E31C9 is #81CE36. Grayscale: #585858. Windows color (decimal): -8506935 or 13185406. OLE color: 13185406.

HSL color Cylindrical-coordinate representation of color #7E31C9: hue angle of 270.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E31C9 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12649201-
CMYK0.370.7600.21
HSL270.39º60.8%49.02%-
HSV(B)270.39º75.62%78.82%-
XYZ20.2510.8556.29-
YUV89.35191.01154.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.51%
GREEN value IS 49 (19.53% from 255) = 13.03%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=33.51%
G=13.03%
B=53.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126492010.370.7600.21270.3960.849.02
Hex7E31C9254C01510e3d31
Octal17661311451140254167561
Binary1111110110001110010011001011001100010101100001110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E31C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,49,201); }

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

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

 a { background-color: rgb(126,49,201); }

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

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

 span { border-color: rgb(126,49,201); }

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