#7C387B

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

Shades of Eminence #7C387B

Tints of Eminence #7C387B

Color information

#7C387B (or 0x7C387B) is unknown color: approx Eminence. HEX triplet: 7C, 38 and 7B. RGB value is (124,56,123). Sum of RGB (Red+Green+Blue) = 124+56+123=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C387B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C387B is #83C784. Grayscale: #535353. Windows color (decimal): -8636293 or 8075388. OLE color: 8075388.

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

Color convert

RGB12456123-
CMYK00.550.010.51
HSL300.88º37.78%35.29%-
HSV(B)300.88º54.84%48.63%-
XYZ13.38.5419.69-
YUV83.97150.03156.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=40.92%
G=18.48%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245612300.550.010.51300.8837.7835.29
Hex7C387B03713312d2623
Octal174701730671634554643
Binary1111100111000111101101101111110011100101101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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