#7e47aa

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

Shades of Studio #7E47AA

Tints of Studio #7E47AA

Color information

#7E47AA (or 0x7E47AA) is unknown color: approx Studio. HEX triplet: 7E, 47 and AA. RGB value is (126,71,170). Sum of RGB (Red+Green+Blue) = 126+71+170=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E47AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E47AA is #81B855. Grayscale: #626262. Windows color (decimal): -8501334 or 11159422. OLE color: 11159422.

HSL color Cylindrical-coordinate representation of color #7E47AA: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E47AA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12671170-
CMYK0.260.5800.33
HSL273.33º41.08%47.25%-
HSV(B)273.33º58.24%66.67%-
XYZ18.1111.8439.36-
YUV98.73168.22147.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=34.33%
G=19.35%
B=46.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126711700.260.5800.33273.3341.0847.25
Hex7E47AA1A3A021111292f
Octal17610725232720414215157
Binary1111110100011110101010110101110100100001100010001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e47aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,71,170); }

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

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

 a { background-color: rgb(126,71,170); }

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

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

 span { border-color: rgb(126,71,170); }

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