#7F327F

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

Shades of Eminence #7F327F

Tints of Eminence #7F327F

Color information

#7F327F (or 0x7F327F) is unknown color: approx Eminence. HEX triplet: 7F, 32 and 7F. RGB value is (127,50,127). Sum of RGB (Red+Green+Blue) = 127+50+127=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F327F is #80CD80. Grayscale: #515151. Windows color (decimal): -8441217 or 8335999. OLE color: 8335999.

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

Color convert

RGB12750127-
CMYK00.6100.50
HSL300º43.5%34.71%-
HSV(B)300º60.63%49.8%-
XYZ13.728.3320.96-
YUV81.8153.51160.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.78%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 127 (50% from 255) = 41.78%
R=41.78%
G=16.45%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275012700.6100.5030043.534.71
Hex7F327F03D03212c2c23
Octal177621770750624545443
Binary1111111110010111111101111010110010100101100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,50,127); }

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

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

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

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

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

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

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