#7C4CAE

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

Shades of Studio #7C4CAE

Tints of Studio #7C4CAE

Color information

#7C4CAE (or 0x7C4CAE) is unknown color: approx Studio. HEX triplet: 7C, 4C and AE. RGB value is (124,76,174). Sum of RGB (Red+Green+Blue) = 124+76+174=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C4CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4CAE is #83B351. Grayscale: #656565. Windows color (decimal): -8631122 or 11422844. OLE color: 11422844.

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

Color convert

RGB12476174-
CMYK0.290.5600.32
HSL269.39º39.2%49.02%-
HSV(B)269.39º56.32%68.24%-
XYZ18.5412.5141.48-
YUV101.52168.9144.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.16%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=33.16%
G=20.32%
B=46.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124761740.290.5600.32269.3939.249.02
Hex7C4CAE1D3802010d2731
Octal17411425635700404154761
Binary1111100100110010101110111011110000100000100001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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