#76337F

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

Shades of Eminence #76337F

Tints of Eminence #76337F

Color information

#76337F (or 0x76337F) is unknown color: approx Eminence. HEX triplet: 76, 33 and 7F. RGB value is (118,51,127). Sum of RGB (Red+Green+Blue) = 118+51+127=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #76337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76337F is #89CC80. Grayscale: #4F4F4F. Windows color (decimal): -9030785 or 8336246. OLE color: 8336246.

HSL color Cylindrical-coordinate representation of color #76337F: hue angle of 292.89º 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 #76337F is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11851127-
CMYK0.070.6000.50
HSL292.89º42.7%34.9%-
HSV(B)292.89º59.84%49.8%-
XYZ12.497.7520.92-
YUV79.7154.7155.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 127 (50% from 255) = 42.91%
R=39.86%
G=17.23%
B=42.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118511270.070.6000.50292.8942.734.9
Hex76337F73C0321252b23
Octal166631777740624455343
Binary111011011001111111111111111000110010100100101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76337F; }

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

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

<style>
 a { background-color: #76337F; }

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

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

<style>
 span { border-color: #76337F; }

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

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