#7E59AE

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

Shades of Studio #7E59AE

Tints of Studio #7E59AE

Color information

#7E59AE (or 0x7E59AE) is unknown color: approx Studio. HEX triplet: 7E, 59 and AE. RGB value is (126,89,174). Sum of RGB (Red+Green+Blue) = 126+89+174=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E59AE is #81A651. Grayscale: #6D6D6D. Windows color (decimal): -8496722 or 11426174. OLE color: 11426174.

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

Color convert

RGB12689174-
CMYK0.280.4900.32
HSL266.12º34.41%51.57%-
HSV(B)266.12º48.85%68.24%-
XYZ19.8214.6441.83-
YUV109.75164.26139.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.39%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=32.39%
G=22.88%
B=44.73%

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
Decimal126891740.280.4900.32266.1234.4151.57
Hex7E59AE1C3102010a2234
Octal17613125634610404124264
Binary1111110101100110101110111001100010100000100001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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