#7F337C

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

Shades of Eminence #7F337C

Tints of Eminence #7F337C

Color information

#7F337C (or 0x7F337C) is unknown color: approx Eminence. HEX triplet: 7F, 33 and 7C. RGB value is (127,51,124). Sum of RGB (Red+Green+Blue) = 127+51+124=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F337C is #80CC83. Grayscale: #515151. Windows color (decimal): -8440964 or 8139647. OLE color: 8139647.

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

Color convert

RGB12751124-
CMYK00.600.020.50
HSL302.37º42.7%34.9%-
HSV(B)302.37º59.84%49.8%-
XYZ13.578.3319.96-
YUV82.05151.68160.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=42.05%
G=16.89%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275112400.600.020.50302.3742.734.9
Hex7F337C03C23212e2b23
Octal177631740742624565343
Binary11111111100111111100011110010110010100101110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,124); }

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

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

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

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

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

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

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