#7C2F7A

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

Shades of Eminence #7C2F7A

Tints of Eminence #7C2F7A

Color information

#7C2F7A (or 0x7C2F7A) is unknown color: approx Eminence. HEX triplet: 7C, 2F and 7A. RGB value is (124,47,122). Sum of RGB (Red+Green+Blue) = 124+47+122=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2F7A is #83D085. Grayscale: #4E4E4E. Windows color (decimal): -8638598 or 8007548. OLE color: 8007548.

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

Color convert

RGB12447122-
CMYK00.620.020.51
HSL301.56º45.03%33.53%-
HSV(B)301.56º62.1%48.63%-
XYZ12.847.7219.23-
YUV78.57152.51160.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 47 (18.75% from 255) = 16.04%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=42.32%
G=16.04%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244712200.620.020.51301.5645.0333.53
Hex7C2F7A03E23312e2d22
Octal174571720762634565542
Binary11111001011111111010011111010110011100101110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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