#7E4DA9

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

Shades of Studio #7E4DA9

Tints of Studio #7E4DA9

Color information

#7E4DA9 (or 0x7E4DA9) is unknown color: approx Studio. HEX triplet: 7E, 4D and A9. RGB value is (126,77,169). Sum of RGB (Red+Green+Blue) = 126+77+169=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #7E4DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4DA9 is #81B256. Grayscale: #656565. Windows color (decimal): -8499799 or 11095422. OLE color: 11095422.

HSL color Cylindrical-coordinate representation of color #7E4DA9: hue angle of 271.96º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E4DA9 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12677169-
CMYK0.250.5400.34
HSL271.96º37.4%48.24%-
HSV(B)271.96º54.44%66.27%-
XYZ18.4212.6139-
YUV102.14165.73145.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.87%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 169 (66.41% from 255) = 45.43%
R=33.87%
G=20.70%
B=45.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126771690.250.5400.34271.9637.448.24
Hex7E4DA919360221102530
Octal17611525131660424204560
Binary1111110100110110101001110011101100100010100010000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,77,169); }

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

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

 a { background-color: rgb(126,77,169); }

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

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

 span { border-color: rgb(126,77,169); }

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