#7C44AE

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

Shades of Studio #7C44AE

Tints of Studio #7C44AE

Color information

#7C44AE (or 0x7C44AE) is unknown color: approx Studio. HEX triplet: 7C, 44 and AE. RGB value is (124,68,174). Sum of RGB (Red+Green+Blue) = 124+68+174=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C44AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C44AE is #83BB51. Grayscale: #606060. Windows color (decimal): -8633170 or 11420796. OLE color: 11420796.

HSL color Cylindrical-coordinate representation of color #7C44AE: hue angle of 271.7º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C44AE is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12468174-
CMYK0.290.6100.32
HSL271.7º43.8%47.45%-
HSV(B)271.7º60.92%68.24%-
XYZ18.0211.4841.31-
YUV96.83171.55147.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.88%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=33.88%
G=18.58%
B=47.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124681740.290.6100.32271.743.847.45
Hex7C44AE1D3D0201102c2f
Octal17410425635750404205457
Binary1111100100010010101110111011111010100000100010000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,68,174); }

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

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

 a { background-color: rgb(124,68,174); }

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

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

 span { border-color: rgb(124,68,174); }

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