#76347E

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

Shades of Eminence #76347E

Tints of Eminence #76347E

Color information

#76347E (or 0x76347E) is unknown color: approx Eminence. HEX triplet: 76, 34 and 7E. RGB value is (118,52,126). Sum of RGB (Red+Green+Blue) = 118+52+126=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #76347E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76347E is #89CB81. Grayscale: #4F4F4F. Windows color (decimal): -9030530 or 8270966. OLE color: 8270966.

HSL color Cylindrical-coordinate representation of color #76347E: hue angle of 293.51º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76347E is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11852126-
CMYK0.060.5900.51
HSL293.51º41.57%34.9%-
HSV(B)293.51º58.73%49.41%-
XYZ12.477.8120.59-
YUV80.17153.87154.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 126 (49.61% from 255) = 42.57%
R=39.86%
G=17.57%
B=42.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118521260.060.5900.51293.5141.5734.9
Hex76347E63B0331262a23
Octal166641766730634465243
Binary111011011010011111101101110110110011100100110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76347E; }

 p { color: rgb(118,52,126); }

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

<style>
 a { background-color: #76347E; }

 a { background-color: rgb(118,52,126); }

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

<style>
 span { border-color: #76347E; }

 span { border-color: rgb(118,52,126); }

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