#7A397C

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

Shades of Eminence #7A397C

Tints of Eminence #7A397C

Color information

#7A397C (or 0x7A397C) is unknown color: approx Eminence. HEX triplet: 7A, 39 and 7C. RGB value is (122,57,124). Sum of RGB (Red+Green+Blue) = 122+57+124=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A397C is #85C683. Grayscale: #535353. Windows color (decimal): -8767108 or 8141178. OLE color: 8141178.

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

Color convert

RGB12257124-
CMYK0.020.5400.51
HSL298.21º37.02%35.49%-
HSV(B)298.21º54.03%48.63%-
XYZ13.138.5220.02-
YUV84.07150.53155.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=40.26%
G=18.81%
B=40.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122571240.020.5400.51298.2137.0235.49
Hex7A397C23603312a2523
Octal172711742660634524543
Binary11110101110011111100101101100110011100101010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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