#7C529F

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

Shades of Studio #7C529F

Tints of Studio #7C529F

Color information

#7C529F (or 0x7C529F) is unknown color: approx Studio. HEX triplet: 7C, 52 and 9F. RGB value is (124,82,159). Sum of RGB (Red+Green+Blue) = 124+82+159=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C529F is #83AD60. Grayscale: #676767. Windows color (decimal): -8629601 or 10441340. OLE color: 10441340.

HSL color Cylindrical-coordinate representation of color #7C529F: hue angle of 272.73º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C529F is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12482159-
CMYK0.220.4800.38
HSL272.73º31.95%47.25%-
HSV(B)272.73º48.43%62.35%-
XYZ17.5912.8234.35-
YUV103.34159.41142.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=33.97%
G=22.47%
B=43.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124821590.220.4800.38272.7331.9547.25
Hex7C529F1630026111202f
Octal17412223726600464214057
Binary1111100101001010011111101101100000100110100010001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,159); }

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

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

 a { background-color: rgb(124,82,159); }

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

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

 span { border-color: rgb(124,82,159); }

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