#7E3EAA

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

Shades of Studio #7E3EAA

Tints of Studio #7E3EAA

Color information

#7E3EAA (or 0x7E3EAA) is unknown color: approx Studio. HEX triplet: 7E, 3E and AA. RGB value is (126,62,170). Sum of RGB (Red+Green+Blue) = 126+62+170=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E3EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3EAA is #81C155. Grayscale: #5D5D5D. Windows color (decimal): -8503638 or 11157118. OLE color: 11157118.

HSL color Cylindrical-coordinate representation of color #7E3EAA: hue angle of 275.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E3EAA is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12662170-
CMYK0.260.6400.33
HSL275.56º46.55%45.49%-
HSV(B)275.56º63.53%66.67%-
XYZ17.5810.7839.18-
YUV93.45171.2151.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.20%
GREEN value IS 62 (24.61% from 255) = 17.32%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=35.20%
G=17.32%
B=47.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126621700.260.6400.33275.5646.5545.49
Hex7E3EAA1A400211142f2d
Octal17676252321000414245755
Binary1111110111110101010101101010000000100001100010100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,62,170); }

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

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

 a { background-color: rgb(126,62,170); }

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

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

 span { border-color: rgb(126,62,170); }

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