#7C4EAE

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

Shades of Studio #7C4EAE

Tints of Studio #7C4EAE

Color information

#7C4EAE (or 0x7C4EAE) is unknown color: approx Studio. HEX triplet: 7C, 4E and AE. RGB value is (124,78,174). Sum of RGB (Red+Green+Blue) = 124+78+174=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C4EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4EAE is #83B151. Grayscale: #666666. Windows color (decimal): -8630610 or 11423356. OLE color: 11423356.

HSL color Cylindrical-coordinate representation of color #7C4EAE: hue angle of 268.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4EAE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12478174-
CMYK0.290.5500.32
HSL268.75º38.1%49.41%-
HSV(B)268.75º55.17%68.24%-
XYZ18.6812.7941.53-
YUV102.7168.24143.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.98%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=32.98%
G=20.74%
B=46.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124781740.290.5500.32268.7538.149.41
Hex7C4EAE1D3702010d2631
Octal17411625635670404154661
Binary1111100100111010101110111011101110100000100001101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,174); }

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

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

 a { background-color: rgb(124,78,174); }

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

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

 span { border-color: rgb(124,78,174); }

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