#7E57AA

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

Shades of Studio #7E57AA

Tints of Studio #7E57AA

Color information

#7E57AA (or 0x7E57AA) is unknown color: approx Studio. HEX triplet: 7E, 57 and AA. RGB value is (126,87,170). Sum of RGB (Red+Green+Blue) = 126+87+170=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E57AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E57AA is #81A855. Grayscale: #6B6B6B. Windows color (decimal): -8497238 or 11163518. OLE color: 11163518.

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

Color convert

RGB12687170-
CMYK0.260.4900.33
HSL268.19º32.81%50.39%-
HSV(B)268.19º48.82%66.67%-
XYZ19.2714.1539.75-
YUV108.12162.92140.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.90%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=32.90%
G=22.72%
B=44.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126871700.260.4900.33268.1932.8150.39
Hex7E57AA1A3102110c2132
Octal17612725232610414144162
Binary1111110101011110101010110101100010100001100001100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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