#7E47AC

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

Shades of Studio #7E47AC

Tints of Studio #7E47AC

Color information

#7E47AC (or 0x7E47AC) is unknown color: approx Studio. HEX triplet: 7E, 47 and AC. RGB value is (126,71,172). Sum of RGB (Red+Green+Blue) = 126+71+172=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E47AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E47AC is #81B853. Grayscale: #626262. Windows color (decimal): -8501332 or 11290494. OLE color: 11290494.

HSL color Cylindrical-coordinate representation of color #7E47AC: hue angle of 272.67º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E47AC is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12671172-
CMYK0.270.5900.33
HSL272.67º41.56%47.65%-
HSV(B)272.67º58.72%67.45%-
XYZ18.311.9240.37-
YUV98.96169.22147.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.15%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=34.15%
G=19.24%
B=46.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126711720.270.5900.33272.6741.5647.65
Hex7E47AC1B3B0211112a30
Octal17610725433730414215260
Binary1111110100011110101100110111110110100001100010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E47AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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