#7E4AA1

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

Shades of Studio #7E4AA1

Tints of Studio #7E4AA1

Color information

#7E4AA1 (or 0x7E4AA1) is unknown color: approx Studio. HEX triplet: 7E, 4A and A1. RGB value is (126,74,161). Sum of RGB (Red+Green+Blue) = 126+74+161=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 161 - color contains mainly: blue. Hex color #7E4AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4AA1 is #81B55E. Grayscale: #636363. Windows color (decimal): -8500575 or 10570366. OLE color: 10570366.

HSL color Cylindrical-coordinate representation of color #7E4AA1: hue angle of 275.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E4AA1 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12674161-
CMYK0.220.5400.37
HSL275.86º37.02%46.08%-
HSV(B)275.86º54.04%63.14%-
XYZ17.4911.9135.09-
YUV99.47162.73146.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 161 (63.28% from 255) = 44.60%
R=34.90%
G=20.50%
B=44.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126741610.220.5400.37275.8637.0246.08
Hex7E4AA11636025114252e
Octal17611224126660454244556
Binary1111110100101010100001101101101100100101100010100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,74,161); }

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

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

 a { background-color: rgb(126,74,161); }

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

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

 span { border-color: rgb(126,74,161); }

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