#7A59AE

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

Shades of Studio #7A59AE

Tints of Studio #7A59AE

Color information

#7A59AE (or 0x7A59AE) is unknown color: approx Studio. HEX triplet: 7A, 59 and AE. RGB value is (122,89,174). Sum of RGB (Red+Green+Blue) = 122+89+174=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A59AE is #85A651. Grayscale: #6C6C6C. Windows color (decimal): -8758866 or 11426170. OLE color: 11426170.

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

Color convert

RGB12289174-
CMYK0.300.4900.32
HSL263.29º34.41%51.57%-
HSV(B)263.29º48.85%68.24%-
XYZ19.2414.3441.8-
YUV108.56164.93137.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.69%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=31.69%
G=23.12%
B=45.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122891740.300.4900.32263.2934.4151.57
Hex7A59AE1E310201072234
Octal17213125636610404074264
Binary1111010101100110101110111101100010100000100000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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