#7C539C

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

Shades of Studio #7C539C

Tints of Studio #7C539C

Color information

#7C539C (or 0x7C539C) is unknown color: approx Studio. HEX triplet: 7C, 53 and 9C. RGB value is (124,83,156). Sum of RGB (Red+Green+Blue) = 124+83+156=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C539C is #83AC63. Grayscale: #676767. Windows color (decimal): -8629348 or 10244988. OLE color: 10244988.

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

Color convert

RGB12483156-
CMYK0.210.4700.39
HSL273.7º30.54%46.86%-
HSV(B)273.7º46.79%61.18%-
XYZ17.4112.8733.02-
YUV103.58157.58142.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=34.16%
G=22.87%
B=42.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124831560.210.4700.39273.730.5446.86
Hex7C539C152F0271121f2f
Octal17412323425570474223757
Binary111110010100111001110010101101111010011110001001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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