#7D59AE

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

Shades of Studio #7D59AE

Tints of Studio #7D59AE

Color information

#7D59AE (or 0x7D59AE) is unknown color: approx Studio. HEX triplet: 7D, 59 and AE. RGB value is (125,89,174). Sum of RGB (Red+Green+Blue) = 125+89+174=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D59AE is #82A651. Grayscale: #6D6D6D. Windows color (decimal): -8562258 or 11426173. OLE color: 11426173.

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

Color convert

RGB12589174-
CMYK0.280.4900.32
HSL265.41º34.41%51.57%-
HSV(B)265.41º48.85%68.24%-
XYZ19.6714.5641.82-
YUV109.45164.43139.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.22%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=32.22%
G=22.94%
B=44.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125891740.280.4900.32265.4134.4151.57
Hex7D59AE1C310201092234
Octal17513125634610404114264
Binary1111101101100110101110111001100010100000100001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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