#7B4175

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

Shades of Eminence #7B4175

Tints of Eminence #7B4175

Color information

#7B4175 (or 0x7B4175) is unknown color: approx Eminence. HEX triplet: 7B, 41 and 75. RGB value is (123,65,117). Sum of RGB (Red+Green+Blue) = 123+65+117=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4175 is #84BE8A. Grayscale: #585858. Windows color (decimal): -8699531 or 7684475. OLE color: 7684475.

HSL color Cylindrical-coordinate representation of color #7B4175: hue angle of 306.21º 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 #7B4175 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB12365117-
CMYK00.470.050.52
HSL306.21º30.85%36.86%-
HSV(B)306.21º47.15%48.24%-
XYZ13.279.2817.92-
YUV88.27144.22152.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.33%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=40.33%
G=21.31%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1236511700.470.050.52306.2130.8536.86
Hex7B417502F5341321f25
Octal1731011650575644623745
Binary111101110000011110101010111110111010010011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B4175; }

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

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

<style>
 a { background-color: #7B4175; }

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

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

<style>
 span { border-color: #7B4175; }

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

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