#76357D

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

Shades of Eminence #76357D

Tints of Eminence #76357D

Color information

#76357D (or 0x76357D) is unknown color: approx Eminence. HEX triplet: 76, 35 and 7D. RGB value is (118,53,125). Sum of RGB (Red+Green+Blue) = 118+53+125=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #76357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76357D is #89CA82. Grayscale: #505050. Windows color (decimal): -9030275 or 8205686. OLE color: 8205686.

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

Color convert

RGB11853125-
CMYK0.060.5800.51
HSL294.17º40.45%34.9%-
HSV(B)294.17º57.6%49.02%-
XYZ12.457.8820.27-
YUV80.64153.03154.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 53 (21.09% from 255) = 17.91%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=39.86%
G=17.91%
B=42.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118531250.060.5800.51294.1740.4534.9
Hex76357D63A0331262823
Octal166651756720634465043
Binary111011011010111111011101110100110011100100110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76357D; }

 p { color: rgb(118,53,125); }

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

<style>
 a { background-color: #76357D; }

 a { background-color: rgb(118,53,125); }

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

<style>
 span { border-color: #76357D; }

 span { border-color: rgb(118,53,125); }

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