#7F3976

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

Shades of Eminence #7F3976

Tints of Eminence #7F3976

Color information

#7F3976 (or 0x7F3976) is unknown color: approx Eminence. HEX triplet: 7F, 39 and 76. RGB value is (127,57,118). Sum of RGB (Red+Green+Blue) = 127+57+118=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3976 is #80C689. Grayscale: #545454. Windows color (decimal): -8439434 or 7747967. OLE color: 7747967.

HSL color Cylindrical-coordinate representation of color #7F3976: hue angle of 307.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F3976 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB12757118-
CMYK00.550.070.50
HSL307.71º38.04%36.08%-
HSV(B)307.71º55.12%49.8%-
XYZ13.498.7518.12-
YUV84.88146.69158.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=42.05%
G=18.87%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275711800.550.070.50307.7138.0436.08
Hex7F39760377321342624
Octal177711660677624644644
Binary111111111100111101100110111111110010100110100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,118); }

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

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

 a { background-color: rgb(127,57,118); }

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

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

 span { border-color: rgb(127,57,118); }

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