#7C5AA9

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

Shades of Studio #7C5AA9

Tints of Studio #7C5AA9

Color information

#7C5AA9 (or 0x7C5AA9) is unknown color: approx Studio. HEX triplet: 7C, 5A and A9. RGB value is (124,90,169). Sum of RGB (Red+Green+Blue) = 124+90+169=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C5AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5AA9 is #83A556. Grayscale: #6C6C6C. Windows color (decimal): -8627543 or 11098748. OLE color: 11098748.

HSL color Cylindrical-coordinate representation of color #7C5AA9: hue angle of 265.82º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C5AA9 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12490169-
CMYK0.270.4700.34
HSL265.82º31.47%50.78%-
HSV(B)265.82º46.75%66.27%-
XYZ19.1314.4639.32-
YUV109.17161.76138.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=32.38%
G=23.50%
B=44.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124901690.270.4700.34265.8231.4750.78
Hex7C5AA91B2F02210a1f33
Octal17413225133570424123763
Binary111110010110101010100111011101111010001010000101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,90,169); }

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

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

 a { background-color: rgb(124,90,169); }

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

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

 span { border-color: rgb(124,90,169); }

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