#7C4599

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

Shades of Studio #7C4599

Tints of Studio #7C4599

Color information

#7C4599 (or 0x7C4599) is unknown color: approx Studio. HEX triplet: 7C, 45 and 99. RGB value is (124,69,153). Sum of RGB (Red+Green+Blue) = 124+69+153=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4599 is #83BA66. Grayscale: #5E5E5E. Windows color (decimal): -8632935 or 10044796. OLE color: 10044796.

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

Color convert

RGB12469153-
CMYK0.190.5500.4
HSL279.29º37.84%43.53%-
HSV(B)279.29º54.9%60%-
XYZ16.1910.8431.38-
YUV95.02160.72148.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=35.84%
G=19.94%
B=44.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal124691530.190.5500.4279.2937.8443.53
Hex7C45991337028117262c
Octal17410523123670504274654
Binary1111100100010110011001100111101110101000100010111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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