#76397F

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

Shades of Eminence #76397F

Tints of Eminence #76397F

Color information

#76397F (or 0x76397F) is unknown color: approx Eminence. HEX triplet: 76, 39 and 7F. RGB value is (118,57,127). Sum of RGB (Red+Green+Blue) = 118+57+127=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #76397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76397F is #89C680. Grayscale: #535353. Windows color (decimal): -9029249 or 8337782. OLE color: 8337782.

HSL color Cylindrical-coordinate representation of color #76397F: hue angle of 292.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76397F is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11857127-
CMYK0.070.5500.50
HSL292.29º38.04%36.08%-
HSV(B)292.29º55.12%49.8%-
XYZ12.778.3121.01-
YUV83.22152.71152.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 127 (50% from 255) = 42.05%
R=39.07%
G=18.87%
B=42.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118571270.070.5500.50292.2938.0436.08
Hex76397F7370321242624
Octal166711777670624444644
Binary111011011100111111111111101110110010100100100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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