#76317D

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

Shades of Eminence #76317D

Tints of Eminence #76317D

Color information

#76317D (or 0x76317D) is unknown color: approx Eminence. HEX triplet: 76, 31 and 7D. RGB value is (118,49,125). Sum of RGB (Red+Green+Blue) = 118+49+125=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #76317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76317D is #89CE82. Grayscale: #4E4E4E. Windows color (decimal): -9031299 or 8204662. OLE color: 8204662.

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

Color convert

RGB11849125-
CMYK0.060.6100.51
HSL294.47º43.68%34.12%-
HSV(B)294.47º60.8%49.02%-
XYZ12.277.5320.21-
YUV78.29154.36156.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=40.41%
G=16.78%
B=42.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118491250.060.6100.51294.4743.6834.12
Hex76317D63D0331262c22
Octal166611756750634465442
Binary111011011000111111011101111010110011100100110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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