#76417B

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

Shades of Eminence #76417B

Tints of Eminence #76417B

Color information

#76417B (or 0x76417B) is unknown color: approx Eminence. HEX triplet: 76, 41 and 7B. RGB value is (118,65,123). Sum of RGB (Red+Green+Blue) = 118+65+123=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #76417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76417B is #89BE84. Grayscale: #575757. Windows color (decimal): -9027205 or 8077686. OLE color: 8077686.

HSL color Cylindrical-coordinate representation of color #76417B: hue angle of 294.83º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76417B is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11865123-
CMYK0.040.4700.52
HSL294.83º30.85%36.86%-
HSV(B)294.83º47.15%48.24%-
XYZ12.949.0619.81-
YUV87.46148.06149.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=38.56%
G=21.24%
B=40.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118651230.040.4700.52294.8330.8536.86
Hex76417B42F0341271f25
Octal1661011734570644473745
Binary111011010000011111011100101111011010010010011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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