#7C579B

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

Shades of Studio #7C579B

Tints of Studio #7C579B

Color information

#7C579B (or 0x7C579B) is unknown color: approx Studio. HEX triplet: 7C, 57 and 9B. RGB value is (124,87,155). Sum of RGB (Red+Green+Blue) = 124+87+155=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C579B is #83A864. Grayscale: #696969. Windows color (decimal): -8628325 or 10180476. OLE color: 10180476.

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

Color convert

RGB12487155-
CMYK0.20.4400.39
HSL272.65º28.1%47.45%-
HSV(B)272.65º43.87%60.78%-
XYZ17.6413.4732.68-
YUV105.82155.76140.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.88%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=33.88%
G=23.77%
B=42.35%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124871550.20.4400.39272.6528.147.45
Hex7C579B142C0271111c2f
Octal17412723324540474213457
Binary111110010101111001101110100101100010011110001000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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