#7C519B

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

Shades of Studio #7C519B

Tints of Studio #7C519B

Color information

#7C519B (or 0x7C519B) is unknown color: approx Studio. HEX triplet: 7C, 51 and 9B. RGB value is (124,81,155). Sum of RGB (Red+Green+Blue) = 124+81+155=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C519B is #83AE64. Grayscale: #666666. Windows color (decimal): -8629861 or 10178940. OLE color: 10178940.

HSL color Cylindrical-coordinate representation of color #7C519B: hue angle of 274.86º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C519B is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12481155-
CMYK0.20.4800.39
HSL274.86º31.36%46.27%-
HSV(B)274.86º47.74%60.78%-
XYZ17.1712.5432.53-
YUV102.29157.75143.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=34.44%
G=22.5%
B=43.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124811550.20.4800.39274.8631.3646.27
Hex7C519B14300271131f2e
Octal17412123324600474233756
Binary111110010100011001101110100110000010011110001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,81,155); }

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

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

 a { background-color: rgb(124,81,155); }

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

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

 span { border-color: rgb(124,81,155); }

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