#7F4EAE

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

Shades of Studio #7F4EAE

Tints of Studio #7F4EAE

Color information

#7F4EAE (or 0x7F4EAE) is unknown color: approx Studio. HEX triplet: 7F, 4E and AE. RGB value is (127,78,174). Sum of RGB (Red+Green+Blue) = 127+78+174=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F4EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4EAE is #80B151. Grayscale: #676767. Windows color (decimal): -8434002 or 11423359. OLE color: 11423359.

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

Color convert

RGB12778174-
CMYK0.270.5500.32
HSL270.62º38.1%49.41%-
HSV(B)270.62º55.17%68.24%-
XYZ19.1213.0241.55-
YUV103.59167.73144.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.51%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=33.51%
G=20.58%
B=45.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127781740.270.5500.32270.6238.149.41
Hex7F4EAE1B3702010f2631
Octal17711625633670404174661
Binary1111111100111010101110110111101110100000100001111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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