#7E59AC

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

Shades of Studio #7E59AC

Tints of Studio #7E59AC

Color information

#7E59AC (or 0x7E59AC) is unknown color: approx Studio. HEX triplet: 7E, 59 and AC. RGB value is (126,89,172). Sum of RGB (Red+Green+Blue) = 126+89+172=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E59AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E59AC is #81A653. Grayscale: #6D6D6D. Windows color (decimal): -8496724 or 11295102. OLE color: 11295102.

HSL color Cylindrical-coordinate representation of color #7E59AC: hue angle of 266.75º degrees, saturation: 0.33, 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 #7E59AC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12689172-
CMYK0.270.4800.33
HSL266.75º33.33%51.18%-
HSV(B)266.75º48.26%67.45%-
XYZ19.6214.5640.81-
YUV109.52163.26139.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=32.56%
G=23.00%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126891720.270.4800.33266.7533.3351.18
Hex7E59AC1B3002110b2133
Octal17613125433600414134163
Binary1111110101100110101100110111100000100001100001011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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