#7A47AE

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

Shades of Studio #7A47AE

Tints of Studio #7A47AE

Color information

#7A47AE (or 0x7A47AE) is unknown color: approx Studio. HEX triplet: 7A, 47 and AE. RGB value is (122,71,174). Sum of RGB (Red+Green+Blue) = 122+71+174=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A47AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A47AE is #85B851. Grayscale: #616161. Windows color (decimal): -8763474 or 11421562. OLE color: 11421562.

HSL color Cylindrical-coordinate representation of color #7A47AE: hue angle of 269.71º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A47AE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12271174-
CMYK0.300.5900.32
HSL269.71º42.04%48.04%-
HSV(B)269.71º59.2%68.24%-
XYZ17.9211.741.36-
YUV97.99170.9145.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.24%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=33.24%
G=19.35%
B=47.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122711740.300.5900.32269.7142.0448.04
Hex7A47AE1E3B02010e2a30
Octal17210725636730404165260
Binary1111010100011110101110111101110110100000100001110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A47AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,174); }

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

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

 a { background-color: rgb(122,71,174); }

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

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

 span { border-color: rgb(122,71,174); }

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