#7F317F

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

Shades of Eminence #7F317F

Tints of Eminence #7F317F

Color information

#7F317F (or 0x7F317F) is unknown color: approx Eminence. HEX triplet: 7F, 31 and 7F. RGB value is (127,49,127). Sum of RGB (Red+Green+Blue) = 127+49+127=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F317F is #80CE80. Grayscale: #505050. Windows color (decimal): -8441473 or 8335743. OLE color: 8335743.

HSL color Cylindrical-coordinate representation of color #7F317F: 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 #7F317F is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12749127-
CMYK00.6100.50
HSL300º44.32%34.51%-
HSV(B)300º61.42%49.8%-
XYZ13.688.2420.95-
YUV81.21153.84160.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.91%
GREEN value IS 49 (19.53% from 255) = 16.17%
BLUE value IS 127 (50% from 255) = 41.91%
R=41.91%
G=16.17%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1274912700.6100.5030044.3234.51
Hex7F317F03D03212c2c23
Octal177611770750624545443
Binary1111111110001111111101111010110010100101100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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