#7E559C

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

Shades of Studio #7E559C

Tints of Studio #7E559C

Color information

#7E559C (or 0x7E559C) is unknown color: approx Studio. HEX triplet: 7E, 55 and 9C. RGB value is (126,85,156). Sum of RGB (Red+Green+Blue) = 126+85+156=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E559C is #81AA63. Grayscale: #696969. Windows color (decimal): -8497764 or 10245502. OLE color: 10245502.

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

Color convert

RGB12685156-
CMYK0.190.4600.39
HSL274.65º29.46%47.25%-
HSV(B)274.65º45.51%61.18%-
XYZ17.8513.3333.09-
YUV105.35156.58142.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=34.33%
G=23.16%
B=42.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126851560.190.4600.39274.6529.4647.25
Hex7E559C132E0271131d2f
Octal17612523423560474233557
Binary111111010101011001110010011101110010011110001001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,85,156); }

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

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

 a { background-color: rgb(126,85,156); }

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

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

 span { border-color: rgb(126,85,156); }

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