#7E59AA

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

Shades of Studio #7E59AA

Tints of Studio #7E59AA

Color information

#7E59AA (or 0x7E59AA) is unknown color: approx Studio. HEX triplet: 7E, 59 and AA. RGB value is (126,89,170). Sum of RGB (Red+Green+Blue) = 126+89+170=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E59AA is #81A655. Grayscale: #6D6D6D. Windows color (decimal): -8496726 or 11164030. OLE color: 11164030.

HSL color Cylindrical-coordinate representation of color #7E59AA: hue angle of 267.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E59AA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12689170-
CMYK0.260.4800.33
HSL267.41º32.27%50.78%-
HSV(B)267.41º47.65%66.67%-
XYZ19.4314.4839.8-
YUV109.3162.26139.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.73%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=32.73%
G=23.12%
B=44.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126891700.260.4800.33267.4132.2750.78
Hex7E59AA1A3002110b2033
Octal17613125232600414134063
Binary1111110101100110101010110101100000100001100001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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