#7E55AE

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

Shades of Studio #7E55AE

Tints of Studio #7E55AE

Color information

#7E55AE (or 0x7E55AE) is unknown color: approx Studio. HEX triplet: 7E, 55 and AE. RGB value is (126,85,174). Sum of RGB (Red+Green+Blue) = 126+85+174=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 85 (33.59% from 255 or 22.08% 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 #7E55AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E55AE is #81AA51. Grayscale: #6B6B6B. Windows color (decimal): -8497746 or 11425150. OLE color: 11425150.

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

Color convert

RGB12685174-
CMYK0.280.5100.32
HSL267.64º35.46%50.78%-
HSV(B)267.64º51.15%68.24%-
XYZ19.4913.9941.72-
YUV107.4165.58141.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.73%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=32.73%
G=22.08%
B=45.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126851740.280.5100.32267.6435.4650.78
Hex7E55AE1C3302010c2333
Octal17612525634630404144363
Binary1111110101010110101110111001100110100000100001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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