#7C56A9

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

Shades of Studio #7C56A9

Tints of Studio #7C56A9

Color information

#7C56A9 (or 0x7C56A9) is unknown color: approx Studio. HEX triplet: 7C, 56 and A9. RGB value is (124,86,169). Sum of RGB (Red+Green+Blue) = 124+86+169=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C56A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C56A9 is #83A956. Grayscale: #6A6A6A. Windows color (decimal): -8628567 or 11097724. OLE color: 11097724.

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

Color convert

RGB12486169-
CMYK0.270.4900.34
HSL267.47º32.55%50%-
HSV(B)267.47º49.11%66.27%-
XYZ18.813.8139.21-
YUV106.82163.09140.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.72%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 169 (66.41% from 255) = 44.59%
R=32.72%
G=22.69%
B=44.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124861690.270.4900.34267.4732.5550
Hex7C56A91B3102210b2132
Octal17412625133610424134162
Binary1111100101011010101001110111100010100010100001011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C56A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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