#76307D

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

Shades of Eminence #76307D

Tints of Eminence #76307D

Color information

#76307D (or 0x76307D) is unknown color: approx Eminence. HEX triplet: 76, 30 and 7D. RGB value is (118,48,125). Sum of RGB (Red+Green+Blue) = 118+48+125=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #76307D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76307D is #89CF82. Grayscale: #4D4D4D. Windows color (decimal): -9031555 or 8204406. OLE color: 8204406.

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

Color convert

RGB11848125-
CMYK0.060.6200.51
HSL294.55º44.51%33.92%-
HSV(B)294.55º61.6%49.02%-
XYZ12.237.4520.19-
YUV77.71154.69156.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=40.55%
G=16.49%
B=42.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118481250.060.6200.51294.5544.5133.92
Hex76307D63E0331272d22
Octal166601756760634475542
Binary111011011000011111011101111100110011100100111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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