#7C3EAB

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

Shades of Studio #7C3EAB

Tints of Studio #7C3EAB

Color information

#7C3EAB (or 0x7C3EAB) is unknown color: approx Studio. HEX triplet: 7C, 3E and AB. RGB value is (124,62,171). Sum of RGB (Red+Green+Blue) = 124+62+171=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3EAB is #83C154. Grayscale: #5C5C5C. Windows color (decimal): -8634709 or 11222652. OLE color: 11222652.

HSL color Cylindrical-coordinate representation of color #7C3EAB: hue angle of 274.13º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C3EAB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12462171-
CMYK0.270.6400.33
HSL274.13º46.78%45.69%-
HSV(B)274.13º63.74%67.06%-
XYZ17.3910.6739.67-
YUV92.96172.04150.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=34.73%
G=17.37%
B=47.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124621710.270.6400.33274.1346.7845.69
Hex7C3EAB1B400211122f2e
Octal17476253331000414225756
Binary1111100111110101010111101110000000100001100010010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,62,171); }

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

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

 a { background-color: rgb(124,62,171); }

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

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

 span { border-color: rgb(124,62,171); }

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