#7E48AE

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

Shades of Studio #7E48AE

Tints of Studio #7E48AE

Color information

#7E48AE (or 0x7E48AE) is unknown color: approx Studio. HEX triplet: 7E, 48 and AE. RGB value is (126,72,174). Sum of RGB (Red+Green+Blue) = 126+72+174=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E48AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E48AE is #81B751. Grayscale: #636363. Windows color (decimal): -8501074 or 11421822. OLE color: 11421822.

HSL color Cylindrical-coordinate representation of color #7E48AE: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E48AE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12672174-
CMYK0.280.5900.32
HSL271.76º41.46%48.24%-
HSV(B)271.76º58.62%68.24%-
XYZ18.5612.1341.41-
YUV99.77169.89146.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.87%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=33.87%
G=19.35%
B=46.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126721740.280.5900.32271.7641.4648.24
Hex7E48AE1C3B0201102930
Octal17611025634730404205160
Binary1111110100100010101110111001110110100000100010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,72,174); }

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

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

 a { background-color: rgb(126,72,174); }

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

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

 span { border-color: rgb(126,72,174); }

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