#79297A

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

Shades of Eminence #79297A

Tints of Eminence #79297A

Color information

#79297A (or 0x79297A) is unknown color: approx Eminence. HEX triplet: 79, 29 and 7A. RGB value is (121,41,122). Sum of RGB (Red+Green+Blue) = 121+41+122=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #79297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79297A is #86D685. Grayscale: #494949. Windows color (decimal): -8836742 or 8006009. OLE color: 8006009.

HSL color Cylindrical-coordinate representation of color #79297A: hue angle of 299.26º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79297A is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12141122-
CMYK0.010.6600.52
HSL299.26º49.69%31.96%-
HSV(B)299.26º66.39%47.84%-
XYZ12.197.0619.13-
YUV74.15155161.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=42.61%
G=14.44%
B=42.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121411220.010.6600.52299.2649.6931.96
Hex79297A14203412b3220
Octal1715117211020644536240
Binary11110011010011111010110000100110100100101011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79297A; }

 p { color: rgb(121,41,122); }

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

<style>
 a { background-color: #79297A; }

 a { background-color: rgb(121,41,122); }

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

<style>
 span { border-color: #79297A; }

 span { border-color: rgb(121,41,122); }

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