#7A3973

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

Shades of Eminence #7A3973

Tints of Eminence #7A3973

Color information

#7A3973 (or 0x7A3973) is unknown color: approx Eminence. HEX triplet: 7A, 39 and 73. RGB value is (122,57,115). Sum of RGB (Red+Green+Blue) = 122+57+115=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3973 is #85C68C. Grayscale: #525252. Windows color (decimal): -8767117 or 7551354. OLE color: 7551354.

HSL color Cylindrical-coordinate representation of color #7A3973: hue angle of 306.46º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3973 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB12257115-
CMYK00.530.060.52
HSL306.46º36.31%35.1%-
HSV(B)306.46º53.28%47.84%-
XYZ12.588.317.16-
YUV83.05146.03155.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=41.50%
G=19.39%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225711500.530.060.52306.4636.3135.1
Hex7A39730356341322423
Octal172711630656644624443
Binary111101011100111100110110101110110100100110010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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