#7C49AC

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

Shades of Studio #7C49AC

Tints of Studio #7C49AC

Color information

#7C49AC (or 0x7C49AC) is unknown color: approx Studio. HEX triplet: 7C, 49 and AC. RGB value is (124,73,172). Sum of RGB (Red+Green+Blue) = 124+73+172=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C49AC is #83B653. Grayscale: #636363. Windows color (decimal): -8631892 or 11291004. OLE color: 11291004.

HSL color Cylindrical-coordinate representation of color #7C49AC: hue angle of 270.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C49AC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12473172-
CMYK0.280.5800.33
HSL270.91º40.41%48.04%-
HSV(B)270.91º57.56%67.45%-
XYZ18.1412.0340.4-
YUV99.54168.9145.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.60%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=33.60%
G=19.78%
B=46.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124731720.280.5800.33270.9140.4148.04
Hex7C49AC1C3A02110f2830
Octal17411125434720414175060
Binary1111100100100110101100111001110100100001100001111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,172); }

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

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

 a { background-color: rgb(124,73,172); }

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

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

 span { border-color: rgb(124,73,172); }

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