#7F4078

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

Shades of Eminence #7F4078

Tints of Eminence #7F4078

Color information

#7F4078 (or 0x7F4078) is unknown color: approx Eminence. HEX triplet: 7F, 40 and 78. RGB value is (127,64,120). Sum of RGB (Red+Green+Blue) = 127+64+120=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4078 is #80BF87. Grayscale: #595959. Windows color (decimal): -8437640 or 7880831. OLE color: 7880831.

HSL color Cylindrical-coordinate representation of color #7F4078: hue angle of 306.67º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F4078 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB12764120-
CMYK00.500.060.50
HSL306.67º32.98%37.45%-
HSV(B)306.67º49.61%49.8%-
XYZ13.989.5318.87-
YUV89.22145.37154.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.84%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=40.84%
G=20.58%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1276412000.500.060.50306.6732.9837.45
Hex7F40780326321332125
Octal1771001700626624634145
Binary1111111100000011110000110010110110010100110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,64,120); }

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

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

 a { background-color: rgb(127,64,120); }

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

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

 span { border-color: rgb(127,64,120); }

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