#794475

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

Shades of Eminence #794475

Tints of Eminence #794475

Color information

#794475 (or 0x794475) is unknown color: approx Eminence. HEX triplet: 79, 44 and 75. RGB value is (121,68,117). Sum of RGB (Red+Green+Blue) = 121+68+117=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #794475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794475 is #86BB8A. Grayscale: #595959. Windows color (decimal): -8829835 or 7685241. OLE color: 7685241.

HSL color Cylindrical-coordinate representation of color #794475: hue angle of 304.53º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #794475 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12168117-
CMYK00.440.030.53
HSL304.53º28.04%37.06%-
HSV(B)304.53º43.8%47.45%-
XYZ13.169.4817.97-
YUV89.43143.56150.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.54%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=39.54%
G=22.22%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216811700.440.030.53304.5328.0437.06
Hex79447502C3351311c25
Octal1711041650543654613445
Binary11110011000100111010101011001111010110011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794475; }

 p { color: rgb(121,68,117); }

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

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

 a { background-color: rgb(121,68,117); }

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

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

 span { border-color: rgb(121,68,117); }

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