#76417D

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

Shades of Eminence #76417D

Tints of Eminence #76417D

Color information

#76417D (or 0x76417D) is unknown color: approx Eminence. HEX triplet: 76, 41 and 7D. RGB value is (118,65,125). Sum of RGB (Red+Green+Blue) = 118+65+125=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #76417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76417D is #89BE82. Grayscale: #575757. Windows color (decimal): -9027203 or 8208758. OLE color: 8208758.

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

Color convert

RGB11865125-
CMYK0.060.4800.51
HSL293º31.58%37.25%-
HSV(B)293º48%49.02%-
XYZ13.069.1120.47-
YUV87.69149.06149.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=38.31%
G=21.10%
B=40.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118651250.060.4800.5129331.5837.25
Hex76417D6300331252025
Octal1661011756600634454045
Binary1110110100000111111011101100000110011100100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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