#7B3177

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

Shades of Eminence #7B3177

Tints of Eminence #7B3177

Color information

#7B3177 (or 0x7B3177) is unknown color: approx Eminence. HEX triplet: 7B, 31 and 77. RGB value is (123,49,119). Sum of RGB (Red+Green+Blue) = 123+49+119=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3177 is #84CE88. Grayscale: #4E4E4E. Windows color (decimal): -8703625 or 7811451. OLE color: 7811451.

HSL color Cylindrical-coordinate representation of color #7B3177: hue angle of 303.24º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B3177 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB12349119-
CMYK00.600.030.52
HSL303.24º43.02%33.73%-
HSV(B)303.24º60.16%48.24%-
XYZ12.67.7418.28-
YUV79.11150.52159.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=42.27%
G=16.84%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234911900.600.030.52303.2443.0233.73
Hex7B317703C33412f2b22
Octal173611670743644575342
Binary11110111100011110111011110011110100100101111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,49,119); }

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

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

 a { background-color: rgb(123,49,119); }

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

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

 span { border-color: rgb(123,49,119); }

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