#7E54AE

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

Shades of Studio #7E54AE

Tints of Studio #7E54AE

Color information

#7E54AE (or 0x7E54AE) is unknown color: approx Studio. HEX triplet: 7E, 54 and AE. RGB value is (126,84,174). Sum of RGB (Red+Green+Blue) = 126+84+174=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E54AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E54AE is #81AB51. Grayscale: #6A6A6A. Windows color (decimal): -8498002 or 11424894. OLE color: 11424894.

HSL color Cylindrical-coordinate representation of color #7E54AE: hue angle of 268º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E54AE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12684174-
CMYK0.280.5200.32
HSL268º35.71%50.59%-
HSV(B)268º51.72%68.24%-
XYZ19.4113.8341.69-
YUV106.82165.91141.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.81%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=32.81%
G=21.88%
B=45.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126841740.280.5200.3226835.7150.59
Hex7E54AE1C3402010c2433
Octal17612425634640404144463
Binary1111110101010010101110111001101000100000100001100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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