#7C5BAE

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

Shades of Studio #7C5BAE

Tints of Studio #7C5BAE

Color information

#7C5BAE (or 0x7C5BAE) is unknown color: approx Studio. HEX triplet: 7C, 5B and AE. RGB value is (124,91,174). Sum of RGB (Red+Green+Blue) = 124+91+174=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5BAE is #83A451. Grayscale: #6E6E6E. Windows color (decimal): -8627282 or 11426684. OLE color: 11426684.

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

Color convert

RGB12491174-
CMYK0.290.4800.32
HSL263.86º33.88%51.96%-
HSV(B)263.86º47.7%68.24%-
XYZ19.6914.8241.87-
YUV110.33163.93137.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.88%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=31.88%
G=23.39%
B=44.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124911740.290.4800.32263.8633.8851.96
Hex7C5BAE1D300201082234
Octal17413325635600404104264
Binary1111100101101110101110111011100000100000100001000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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