#7C4EAD

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

Shades of Studio #7C4EAD

Tints of Studio #7C4EAD

Color information

#7C4EAD (or 0x7C4EAD) is unknown color: approx Studio. HEX triplet: 7C, 4E and AD. RGB value is (124,78,173). Sum of RGB (Red+Green+Blue) = 124+78+173=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4EAD is #83B152. Grayscale: #666666. Windows color (decimal): -8630611 or 11357820. OLE color: 11357820.

HSL color Cylindrical-coordinate representation of color #7C4EAD: hue angle of 269.05º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4EAD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12478173-
CMYK0.280.5500.32
HSL269.05º37.85%49.22%-
HSV(B)269.05º54.91%67.84%-
XYZ18.5812.7541.02-
YUV102.58167.74143.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=33.07%
G=20.8%
B=46.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124781730.280.5500.32269.0537.8549.22
Hex7C4EAD1C3702010d2631
Octal17411625534670404154661
Binary1111100100111010101101111001101110100000100001101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,173); }

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

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

 a { background-color: rgb(124,78,173); }

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

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

 span { border-color: rgb(124,78,173); }

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