#7B357C

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

Shades of Eminence #7B357C

Tints of Eminence #7B357C

Color information

#7B357C (or 0x7B357C) is unknown color: approx Eminence. HEX triplet: 7B, 35 and 7C. RGB value is (123,53,124). Sum of RGB (Red+Green+Blue) = 123+53+124=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B357C is #84CA83. Grayscale: #515151. Windows color (decimal): -8702596 or 8140155. OLE color: 8140155.

HSL color Cylindrical-coordinate representation of color #7B357C: hue angle of 299.15º 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 #7B357C is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12353124-
CMYK0.010.5700.51
HSL299.15º40.11%34.71%-
HSV(B)299.15º57.26%48.63%-
XYZ13.088.2119.96-
YUV82.02151.69157.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123531240.010.5700.51299.1540.1134.71
Hex7B357C13903312b2823
Octal173651741710634535043
Binary1111011110101111110011110010110011100101011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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