#7E33E1

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

Shades of Blue Violet #7E33E1

Tints of Blue Violet #7E33E1

Color information

#7E33E1 (or 0x7E33E1) is unknown color: approx Blue Violet. HEX triplet: 7E, 33 and E1. RGB value is (126,51,225). Sum of RGB (Red+Green+Blue) = 126+51+225=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #7E33E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E33E1 is #81CC1E. Grayscale: #5C5C5C. Windows color (decimal): -8506399 or 14758782. OLE color: 14758782.

HSL color Cylindrical-coordinate representation of color #7E33E1: hue angle of 265.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E33E1 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12651225-
CMYK0.440.7700.12
HSL265.86º74.36%54.12%-
HSV(B)265.86º77.33%88.24%-
XYZ23.3812.2472.36-
YUV93.26202.35151.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.34%
GREEN value IS 51 (20.31% from 255) = 12.69%
BLUE value IS 225 (88.28% from 255) = 55.97%
R=31.34%
G=12.69%
B=55.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal126512250.440.7700.12265.8674.3654.12
Hex7E33E12C4D0C10a4a36
Octal176633415411501441211266
Binary1111110110011111000011011001001101011001000010101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E33E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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