#7C347B

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

Shades of Eminence #7C347B

Tints of Eminence #7C347B

Color information

#7C347B (or 0x7C347B) is unknown color: approx Eminence. HEX triplet: 7C, 34 and 7B. RGB value is (124,52,123). Sum of RGB (Red+Green+Blue) = 124+52+123=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C347B is #83CB84. Grayscale: #515151. Windows color (decimal): -8637317 or 8074364. OLE color: 8074364.

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

Color convert

RGB12452123-
CMYK00.580.010.51
HSL300.83º40.91%34.51%-
HSV(B)300.83º58.06%48.63%-
XYZ13.128.1719.62-
YUV81.62151.35158.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=41.47%
G=17.39%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245212300.580.010.51300.8340.9134.51
Hex7C347B03A13312d2923
Octal174641730721634555143
Binary1111100110100111101101110101110011100101101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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