#7C5499

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

Shades of Studio #7C5499

Tints of Studio #7C5499

Color information

#7C5499 (or 0x7C5499) is unknown color: approx Studio. HEX triplet: 7C, 54 and 99. RGB value is (124,84,153). Sum of RGB (Red+Green+Blue) = 124+84+153=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C5499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5499 is #83AB66. Grayscale: #676767. Windows color (decimal): -8629095 or 10048636. OLE color: 10048636.

HSL color Cylindrical-coordinate representation of color #7C5499: hue angle of 274.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C5499 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12484153-
CMYK0.190.4500.4
HSL274.78º29.11%46.47%-
HSV(B)274.78º45.1%60%-
XYZ17.2312.9331.72-
YUV103.83155.75142.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=34.35%
G=23.27%
B=42.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal124841530.190.4500.4274.7829.1146.47
Hex7C5499132D0281131d2e
Octal17412423123550504233556
Binary111110010101001001100110011101101010100010001001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,153); }

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

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

 a { background-color: rgb(124,84,153); }

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

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

 span { border-color: rgb(124,84,153); }

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