#7B437C

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

Shades of Eminence #7B437C

Tints of Eminence #7B437C

Color information

#7B437C (or 0x7B437C) is unknown color: approx Eminence. HEX triplet: 7B, 43 and 7C. RGB value is (123,67,124). Sum of RGB (Red+Green+Blue) = 123+67+124=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B437C is #84BC83. Grayscale: #5A5A5A. Windows color (decimal): -8699012 or 8143739. OLE color: 8143739.

HSL color Cylindrical-coordinate representation of color #7B437C: hue angle of 298.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B437C is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12367124-
CMYK0.010.4600.51
HSL298.95º29.84%37.45%-
HSV(B)298.95º45.97%48.63%-
XYZ13.819.6820.21-
YUV90.24147.05151.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.17%
GREEN value IS 67 (26.56% from 255) = 21.34%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=39.17%
G=21.34%
B=39.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123671240.010.4600.51298.9529.8437.45
Hex7B437C12E03312b1e25
Octal1731031741560634533645
Binary1111011100001111111001101110011001110010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,67,124); }

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

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

 a { background-color: rgb(123,67,124); }

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

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

 span { border-color: rgb(123,67,124); }

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