#7F3EAE

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

Shades of Studio #7F3EAE

Tints of Studio #7F3EAE

Color information

#7F3EAE (or 0x7F3EAE) is unknown color: approx Studio. HEX triplet: 7F, 3E and AE. RGB value is (127,62,174). Sum of RGB (Red+Green+Blue) = 127+62+174=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F3EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3EAE is #80C151. Grayscale: #5D5D5D. Windows color (decimal): -8438098 or 11419263. OLE color: 11419263.

HSL color Cylindrical-coordinate representation of color #7F3EAE: hue angle of 274.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F3EAE is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12762174-
CMYK0.270.6400.32
HSL274.82º47.46%46.27%-
HSV(B)274.82º64.37%68.24%-
XYZ18.1211.0141.22-
YUV94.2173.03151.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.99%
GREEN value IS 62 (24.61% from 255) = 17.08%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=34.99%
G=17.08%
B=47.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127621740.270.6400.32274.8247.4646.27
Hex7F3EAE1B400201132f2e
Octal17776256331000404235756
Binary1111111111110101011101101110000000100000100010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,174); }

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

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

 a { background-color: rgb(127,62,174); }

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

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

 span { border-color: rgb(127,62,174); }

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