#7c509f

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

Shades of Studio #7C509F

Tints of Studio #7C509F

Color information

#7C509F (or 0x7C509F) is unknown color: approx Studio. HEX triplet: 7C, 50 and 9F. RGB value is (124,80,159). Sum of RGB (Red+Green+Blue) = 124+80+159=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C509F is #83AF60. Grayscale: #656565. Windows color (decimal): -8630113 or 10440828. OLE color: 10440828.

HSL color Cylindrical-coordinate representation of color #7C509F: hue angle of 273.42º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C509F is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12480159-
CMYK0.220.5000.38
HSL273.42º33.05%46.86%-
HSV(B)273.42º49.69%62.35%-
XYZ17.4412.5334.3-
YUV102.16160.08143.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=34.16%
G=22.04%
B=43.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124801590.220.5000.38273.4233.0546.86
Hex7C509F1632026111212f
Octal17412023726620464214157
Binary1111100101000010011111101101100100100110100010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c509f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,80,159); }

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

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

 a { background-color: rgb(124,80,159); }

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

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

 span { border-color: rgb(124,80,159); }

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