#7E317F

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

Shades of Eminence #7E317F

Tints of Eminence #7E317F

Color information

#7E317F (or 0x7E317F) is unknown color: approx Eminence. HEX triplet: 7E, 31 and 7F. RGB value is (126,49,127). Sum of RGB (Red+Green+Blue) = 126+49+127=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E317F is #81CE80. Grayscale: #505050. Windows color (decimal): -8507009 or 8335742. OLE color: 8335742.

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

Color convert

RGB12649127-
CMYK0.010.6100.50
HSL299.23º44.32%34.51%-
HSV(B)299.23º61.42%49.8%-
XYZ13.538.1620.94-
YUV80.91154.01160.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.72%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 127 (50% from 255) = 42.05%
R=41.72%
G=16.23%
B=42.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126491270.010.6100.50299.2344.3234.51
Hex7E317F13D03212b2c23
Octal176611771750624535443
Binary1111110110001111111111111010110010100101011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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