#7E5AA0

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

Shades of Studio #7E5AA0

Tints of Studio #7E5AA0

Color information

#7E5AA0 (or 0x7E5AA0) is unknown color: approx Studio. HEX triplet: 7E, 5A and A0. RGB value is (126,90,160). Sum of RGB (Red+Green+Blue) = 126+90+160=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #7E5AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5AA0 is #81A55F. Grayscale: #6C6C6C. Windows color (decimal): -8496480 or 10508926. OLE color: 10508926.

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

Color convert

RGB12690160-
CMYK0.210.4400.37
HSL270.86º28%49.02%-
HSV(B)270.86º43.75%62.75%-
XYZ18.6114.2935.03-
YUV108.74156.93140.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.51%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 160 (62.89% from 255) = 42.55%
R=33.51%
G=23.94%
B=42.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126901600.210.4400.37270.862849.02
Hex7E5AA0152C02510f1c31
Octal17613224025540454173461
Binary111111010110101010000010101101100010010110000111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,90,160); }

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

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

 a { background-color: rgb(126,90,160); }

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

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

 span { border-color: rgb(126,90,160); }

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