#7C3D75

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

Shades of Eminence #7C3D75

Tints of Eminence #7C3D75

Color information

#7C3D75 (or 0x7C3D75) is unknown color: approx Eminence. HEX triplet: 7C, 3D and 75. RGB value is (124,61,117). Sum of RGB (Red+Green+Blue) = 124+61+117=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3D75 is #83C28A. Grayscale: #565656. Windows color (decimal): -8635019 or 7683452. OLE color: 7683452.

HSL color Cylindrical-coordinate representation of color #7C3D75: hue angle of 306.67º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C3D75 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12461117-
CMYK00.510.060.51
HSL306.67º34.05%36.27%-
HSV(B)306.67º50.81%48.63%-
XYZ13.198.9117.85-
YUV86.22145.37154.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.06%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=41.06%
G=20.20%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1246111700.510.060.51306.6734.0536.27
Hex7C3D750336331332224
Octal174751650636634634244
Binary111110011110111101010110011110110011100110011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,61,117); }

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

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

 a { background-color: rgb(124,61,117); }

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

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

 span { border-color: rgb(124,61,117); }

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