#7C4F9D

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

Shades of Studio #7C4F9D

Tints of Studio #7C4F9D

Color information

#7C4F9D (or 0x7C4F9D) is unknown color: approx Studio. HEX triplet: 7C, 4F and 9D. RGB value is (124,79,157). Sum of RGB (Red+Green+Blue) = 124+79+157=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C4F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4F9D is #83B062. Grayscale: #656565. Windows color (decimal): -8630371 or 10309500. OLE color: 10309500.

HSL color Cylindrical-coordinate representation of color #7C4F9D: hue angle of 274.62º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C4F9D is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12479157-
CMYK0.210.5000.38
HSL274.62º33.05%46.27%-
HSV(B)274.62º49.68%61.57%-
XYZ17.1912.3133.37-
YUV101.35159.41144.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=34.44%
G=21.94%
B=43.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124791570.210.5000.38274.6233.0546.27
Hex7C4F9D1532026113212e
Octal17411723525620464234156
Binary1111100100111110011101101011100100100110100010011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,79,157); }

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

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

 a { background-color: rgb(124,79,157); }

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

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

 span { border-color: rgb(124,79,157); }

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