#7D49AE

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

Shades of Studio #7D49AE

Tints of Studio #7D49AE

Color information

#7D49AE (or 0x7D49AE) is unknown color: approx Studio. HEX triplet: 7D, 49 and AE. RGB value is (125,73,174). Sum of RGB (Red+Green+Blue) = 125+73+174=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 73 (28.91% from 255 or 19.62% 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 #7D49AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D49AE is #82B651. Grayscale: #636363. Windows color (decimal): -8566354 or 11422077. OLE color: 11422077.

HSL color Cylindrical-coordinate representation of color #7D49AE: hue angle of 270.89º 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 #7D49AE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12573174-
CMYK0.280.5800.32
HSL270.89º40.89%48.43%-
HSV(B)270.89º58.05%68.24%-
XYZ18.4812.1841.42-
YUV100.06169.73145.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.60%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=33.60%
G=19.62%
B=46.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125731740.280.5800.32270.8940.8948.43
Hex7D49AE1C3A02010f2930
Octal17511125634720404175160
Binary1111101100100110101110111001110100100000100001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,73,174); }

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

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

 a { background-color: rgb(125,73,174); }

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

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

 span { border-color: rgb(125,73,174); }

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