#793875

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

Shades of Eminence #793875

Tints of Eminence #793875

Color information

#793875 (or 0x793875) is unknown color: approx Eminence. HEX triplet: 79, 38 and 75. RGB value is (121,56,117). Sum of RGB (Red+Green+Blue) = 121+56+117=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #793875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793875 is #86C78A. Grayscale: #525252. Windows color (decimal): -8832907 or 7682169. OLE color: 7682169.

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

Color convert

RGB12156117-
CMYK00.540.030.53
HSL303.69º36.72%34.71%-
HSV(B)303.69º53.72%47.45%-
XYZ12.518.1817.75-
YUV82.39147.53155.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.16%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=41.16%
G=19.05%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215611700.540.030.53303.6936.7234.71
Hex7938750363351302523
Octal171701650663654604543
Binary11110011110001110101011011011110101100110000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793875; }

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

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

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

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

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

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

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

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