#7E31CD

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

Shades of Blue Violet #7E31CD

Tints of Blue Violet #7E31CD

Color information

#7E31CD (or 0x7E31CD) is unknown color: approx Blue Violet. HEX triplet: 7E, 31 and CD. RGB value is (126,49,205). Sum of RGB (Red+Green+Blue) = 126+49+205=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E31CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E31CD is #81CE32. Grayscale: #595959. Windows color (decimal): -8506931 or 13447550. OLE color: 13447550.

HSL color Cylindrical-coordinate representation of color #7E31CD: hue angle of 269.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E31CD is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12649205-
CMYK0.390.7600.20
HSL269.62º61.42%49.8%-
HSV(B)269.62º76.1%80.39%-
XYZ20.7211.0458.8-
YUV89.81193.01153.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.16%
GREEN value IS 49 (19.53% from 255) = 12.89%
BLUE value IS 205 (80.47% from 255) = 53.95%
R=33.16%
G=12.89%
B=53.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126492050.390.7600.20269.6261.4249.8
Hex7E31CD274C01410e3d32
Octal17661315471140244167562
Binary1111110110001110011011001111001100010100100001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E31CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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