#7C579C

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

Shades of Studio #7C579C

Tints of Studio #7C579C

Color information

#7C579C (or 0x7C579C) is unknown color: approx Studio. HEX triplet: 7C, 57 and 9C. RGB value is (124,87,156). Sum of RGB (Red+Green+Blue) = 124+87+156=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C579C is #83A863. Grayscale: #696969. Windows color (decimal): -8628324 or 10246012. OLE color: 10246012.

HSL color Cylindrical-coordinate representation of color #7C579C: hue angle of 272.17º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C579C is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12487156-
CMYK0.210.4400.39
HSL272.17º28.4%47.65%-
HSV(B)272.17º44.23%61.18%-
XYZ17.7213.533.12-
YUV105.93156.26140.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=33.79%
G=23.71%
B=42.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124871560.210.4400.39272.1728.447.65
Hex7C579C152C0271101c30
Octal17412723425540474203460
Binary111110010101111001110010101101100010011110001000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,156); }

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

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

 a { background-color: rgb(124,87,156); }

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

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

 span { border-color: rgb(124,87,156); }

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