#7E49AD

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

Shades of Studio #7E49AD

Tints of Studio #7E49AD

Color information

#7E49AD (or 0x7E49AD) is unknown color: approx Studio. HEX triplet: 7E, 49 and AD. RGB value is (126,73,173). Sum of RGB (Red+Green+Blue) = 126+73+173=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E49AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E49AD is #81B652. Grayscale: #636363. Windows color (decimal): -8500819 or 11356542. OLE color: 11356542.

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

Color convert

RGB12673173-
CMYK0.270.5800.32
HSL271.8º40.65%48.24%-
HSV(B)271.8º57.8%67.84%-
XYZ18.5312.2240.92-
YUV100.25169.06146.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.87%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=33.87%
G=19.62%
B=46.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126731730.270.5800.32271.840.6548.24
Hex7E49AD1B3A0201102930
Octal17611125533720404205160
Binary1111110100100110101101110111110100100000100010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E49AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,73,173); }

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

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

 a { background-color: rgb(126,73,173); }

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

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

 span { border-color: rgb(126,73,173); }

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