#794875

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

Shades of Eminence #794875

Tints of Eminence #794875

Color information

#794875 (or 0x794875) is unknown color: approx Eminence. HEX triplet: 79, 48 and 75. RGB value is (121,72,117). Sum of RGB (Red+Green+Blue) = 121+72+117=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #794875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794875 is #86B78A. Grayscale: #5B5B5B. Windows color (decimal): -8828811 or 7686265. OLE color: 7686265.

HSL color Cylindrical-coordinate representation of color #794875: hue angle of 304.9º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794875 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12172117-
CMYK00.400.030.53
HSL304.9º25.39%37.84%-
HSV(B)304.9º40.5%47.45%-
XYZ13.419.9818.05-
YUV91.78142.23148.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.03%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=39.03%
G=23.23%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217211700.400.030.53304.925.3937.84
Hex7948750283351311926
Octal1711101650503654613146
Binary11110011001000111010101010001111010110011000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794875; }

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

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

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

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

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

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

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

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