#7C357B

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

Shades of Eminence #7C357B

Tints of Eminence #7C357B

Color information

#7C357B (or 0x7C357B) is unknown color: approx Eminence. HEX triplet: 7C, 35 and 7B. RGB value is (124,53,123). Sum of RGB (Red+Green+Blue) = 124+53+123=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C357B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C357B is #83CA84. Grayscale: #525252. Windows color (decimal): -8637061 or 8074620. OLE color: 8074620.

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

Color convert

RGB12453123-
CMYK00.570.010.51
HSL300.85º40.11%34.71%-
HSV(B)300.85º57.26%48.63%-
XYZ13.168.2619.64-
YUV82.21151.02157.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 123 (48.44% from 255) = 41%
R=41.33%
G=17.67%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245312300.570.010.51300.8540.1134.71
Hex7C357B03913312d2823
Octal174651730711634555043
Binary1111100110101111101101110011110011100101101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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