#79307A

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

Shades of Eminence #79307A

Tints of Eminence #79307A

Color information

#79307A (or 0x79307A) is unknown color: approx Eminence. HEX triplet: 79, 30 and 7A. RGB value is (121,48,122). Sum of RGB (Red+Green+Blue) = 121+48+122=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #79307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79307A is #86CF85. Grayscale: #4E4E4E. Windows color (decimal): -8834950 or 8007801. OLE color: 8007801.

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

Color convert

RGB12148122-
CMYK0.010.6100.52
HSL299.19º43.53%33.33%-
HSV(B)299.19º60.66%47.84%-
XYZ12.457.5819.22-
YUV78.26152.68158.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=41.58%
G=16.49%
B=41.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121481220.010.6100.52299.1943.5333.33
Hex79307A13D03412b2c21
Octal171601721750644535441
Binary1111001110000111101011111010110100100101011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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