#79347A

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

Shades of Eminence #79347A

Tints of Eminence #79347A

Color information

#79347A (or 0x79347A) is unknown color: approx Eminence. HEX triplet: 79, 34 and 7A. RGB value is (121,52,122). Sum of RGB (Red+Green+Blue) = 121+52+122=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #79347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79347A is #86CB85. Grayscale: #505050. Windows color (decimal): -8833926 or 8008825. OLE color: 8008825.

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

Color convert

RGB12152122-
CMYK0.010.5700.52
HSL299.14º40.23%34.12%-
HSV(B)299.14º57.38%47.84%-
XYZ12.637.9319.28-
YUV80.61151.36156.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=41.02%
G=17.63%
B=41.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121521220.010.5700.52299.1440.2334.12
Hex79347A13903412b2822
Octal171641721710644535042
Binary1111001110100111101011110010110100100101011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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