#7C41AE

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

Shades of Studio #7C41AE

Tints of Studio #7C41AE

Color information

#7C41AE (or 0x7C41AE) is unknown color: approx Studio. HEX triplet: 7C, 41 and AE. RGB value is (124,65,174). Sum of RGB (Red+Green+Blue) = 124+65+174=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C41AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C41AE is #83BE51. Grayscale: #5E5E5E. Windows color (decimal): -8633938 or 11420028. OLE color: 11420028.

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

Color convert

RGB12465174-
CMYK0.290.6300.32
HSL272.48º45.61%46.86%-
HSV(B)272.48º62.64%68.24%-
XYZ17.8411.1241.25-
YUV95.07172.55148.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=34.16%
G=17.91%
B=47.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124651740.290.6300.32272.4845.6146.86
Hex7C41AE1D3F0201102e2f
Octal17410125635770404205657
Binary1111100100000110101110111011111110100000100010000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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