#7C3873

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

Shades of Eminence #7C3873

Tints of Eminence #7C3873

Color information

#7C3873 (or 0x7C3873) is unknown color: approx Eminence. HEX triplet: 7C, 38 and 73. RGB value is (124,56,115). Sum of RGB (Red+Green+Blue) = 124+56+115=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3873 is #83C78C. Grayscale: #525252. Windows color (decimal): -8636301 or 7551100. OLE color: 7551100.

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

Color convert

RGB12456115-
CMYK00.550.070.51
HSL307.94º37.78%35.29%-
HSV(B)307.94º54.84%48.63%-
XYZ12.828.3517.16-
YUV83.06146.03157.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=42.03%
G=18.98%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245611500.550.070.51307.9437.7835.29
Hex7C38730377331342623
Octal174701630677634644643
Binary111110011100011100110110111111110011100110100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,115); }

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

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

 a { background-color: rgb(124,56,115); }

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

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

 span { border-color: rgb(124,56,115); }

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