#7C337A

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

Shades of Eminence #7C337A

Tints of Eminence #7C337A

Color information

#7C337A (or 0x7C337A) is unknown color: approx Eminence. HEX triplet: 7C, 33 and 7A. RGB value is (124,51,122). Sum of RGB (Red+Green+Blue) = 124+51+122=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C337A is #83CC85. Grayscale: #505050. Windows color (decimal): -8637574 or 8008572. OLE color: 8008572.

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

Color convert

RGB12451122-
CMYK00.590.020.51
HSL301.64º41.71%34.31%-
HSV(B)301.64º58.87%48.63%-
XYZ13.018.0619.28-
YUV80.92151.18158.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=41.75%
G=17.17%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245112200.590.020.51301.6441.7134.31
Hex7C337A03B23312e2a22
Octal174631720732634565242
Binary11111001100111111010011101110110011100101110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,122); }

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

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

 a { background-color: rgb(124,51,122); }

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

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

 span { border-color: rgb(124,51,122); }

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