#7E4E9D

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

Shades of Studio #7E4E9D

Tints of Studio #7E4E9D

Color information

#7E4E9D (or 0x7E4E9D) is unknown color: approx Studio. HEX triplet: 7E, 4E and 9D. RGB value is (126,78,157). Sum of RGB (Red+Green+Blue) = 126+78+157=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E4E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4E9D is #81B162. Grayscale: #656565. Windows color (decimal): -8499555 or 10309246. OLE color: 10309246.

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

Color convert

RGB12678157-
CMYK0.200.5000.38
HSL276.46º33.62%46.08%-
HSV(B)276.46º50.32%61.57%-
XYZ17.4112.3233.36-
YUV101.36159.4145.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=34.90%
G=21.61%
B=43.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126781570.200.5000.38276.4633.6246.08
Hex7E4E9D1432026114222e
Octal17611623524620464244256
Binary1111110100111010011101101001100100100110100010100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,78,157); }

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

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

 a { background-color: rgb(126,78,157); }

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

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

 span { border-color: rgb(126,78,157); }

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