#7C4899

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

Shades of Studio #7C4899

Tints of Studio #7C4899

Color information

#7C4899 (or 0x7C4899) is unknown color: approx Studio. HEX triplet: 7C, 48 and 99. RGB value is (124,72,153). Sum of RGB (Red+Green+Blue) = 124+72+153=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4899 is #83B766. Grayscale: #606060. Windows color (decimal): -8632167 or 10045564. OLE color: 10045564.

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

Color convert

RGB12472153-
CMYK0.190.5300.4
HSL278.52º36%44.12%-
HSV(B)278.52º52.94%60%-
XYZ16.3811.2231.44-
YUV96.78159.73147.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=35.53%
G=20.63%
B=43.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal124721530.190.5300.4278.523644.12
Hex7C48991335028117242c
Octal17411023123650504274454
Binary1111100100100010011001100111101010101000100010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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