#793672

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

Shades of Eminence #793672

Tints of Eminence #793672

Color information

#793672 (or 0x793672) is unknown color: approx Eminence. HEX triplet: 79, 36 and 72. RGB value is (121,54,114). Sum of RGB (Red+Green+Blue) = 121+54+114=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #793672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793672 is #86C98D. Grayscale: #505050. Windows color (decimal): -8833422 or 7485049. OLE color: 7485049.

HSL color Cylindrical-coordinate representation of color #793672: hue angle of 306.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #793672 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12154114-
CMYK00.550.060.53
HSL306.27º38.29%34.31%-
HSV(B)306.27º55.37%47.45%-
XYZ12.247.9216.8-
YUV80.87146.7156.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=41.87%
G=18.69%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215411400.550.060.53306.2738.2934.31
Hex7936720376351322622
Octal171661620676654624642
Binary111100111011011100100110111110110101100110010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793672; }

 p { color: rgb(121,54,114); }

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

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

 a { background-color: rgb(121,54,114); }

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

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

 span { border-color: rgb(121,54,114); }

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