#7C3B7A

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

Shades of Eminence #7C3B7A

Tints of Eminence #7C3B7A

Color information

#7C3B7A (or 0x7C3B7A) is unknown color: approx Eminence. HEX triplet: 7C, 3B and 7A. RGB value is (124,59,122). Sum of RGB (Red+Green+Blue) = 124+59+122=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B7A is #83C485. Grayscale: #555555. Windows color (decimal): -8635526 or 8010620. OLE color: 8010620.

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

Color convert

RGB12459122-
CMYK00.520.020.51
HSL301.85º35.52%35.88%-
HSV(B)301.85º52.42%48.63%-
XYZ13.398.8219.41-
YUV85.62148.53155.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 122 (48.05% from 255) = 40%
R=40.66%
G=19.34%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245912200.520.020.51301.8535.5235.88
Hex7C3B7A03423312e2424
Octal174731720642634564444
Binary11111001110111111010011010010110011100101110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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