#7B3176

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

Shades of Eminence #7B3176

Tints of Eminence #7B3176

Color information

#7B3176 (or 0x7B3176) is unknown color: approx Eminence. HEX triplet: 7B, 31 and 76. RGB value is (123,49,118). Sum of RGB (Red+Green+Blue) = 123+49+118=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3176 is #84CE89. Grayscale: #4E4E4E. Windows color (decimal): -8703626 or 7745915. OLE color: 7745915.

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

Color convert

RGB12349118-
CMYK00.600.040.52
HSL304.05º43.02%33.73%-
HSV(B)304.05º60.16%48.24%-
XYZ12.547.7217.97-
YUV78.99150.02159.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.41%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=42.41%
G=16.90%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234911800.600.040.52304.0543.0233.73
Hex7B317603C4341302b22
Octal173611660744644605342
Binary111101111000111101100111100100110100100110000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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