#7E367F

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

Shades of Eminence #7E367F

Tints of Eminence #7E367F

Color information

#7E367F (or 0x7E367F) is unknown color: approx Eminence. HEX triplet: 7E, 36 and 7F. RGB value is (126,54,127). Sum of RGB (Red+Green+Blue) = 126+54+127=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E367F is #81C980. Grayscale: #535353. Windows color (decimal): -8505729 or 8337022. OLE color: 8337022.

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

Color convert

RGB12654127-
CMYK0.010.5700.50
HSL299.18º40.33%35.49%-
HSV(B)299.18º57.48%49.8%-
XYZ13.758.6121.01-
YUV83.85152.35158.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.04%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 127 (50% from 255) = 41.37%
R=41.04%
G=17.59%
B=41.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126541270.010.5700.50299.1840.3335.49
Hex7E367F13903212b2823
Octal176661771710624535043
Binary1111110110110111111111110010110010100101011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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