#7B2F77

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

Shades of Eminence #7B2F77

Tints of Eminence #7B2F77

Color information

#7B2F77 (or 0x7B2F77) is unknown color: approx Eminence. HEX triplet: 7B, 2F and 77. RGB value is (123,47,119). Sum of RGB (Red+Green+Blue) = 123+47+119=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2F77 is #84D088. Grayscale: #4D4D4D. Windows color (decimal): -8704137 or 7810939. OLE color: 7810939.

HSL color Cylindrical-coordinate representation of color #7B2F77: hue angle of 303.16º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F77 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB12347119-
CMYK00.620.030.52
HSL303.16º44.71%33.33%-
HSV(B)303.16º61.79%48.24%-
XYZ12.517.5818.26-
YUV77.93151.18160.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.56%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=42.56%
G=16.26%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234711900.620.030.52303.1644.7133.33
Hex7B2F7703E33412f2d21
Octal173571670763644575541
Binary11110111011111110111011111011110100100101111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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