#793970

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

Shades of Eminence #793970

Tints of Eminence #793970

Color information

#793970 (or 0x793970) is unknown color: approx Eminence. HEX triplet: 79, 39 and 70. RGB value is (121,57,112). Sum of RGB (Red+Green+Blue) = 121+57+112=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #793970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793970 is #86C68F. Grayscale: #525252. Windows color (decimal): -8832656 or 7354745. OLE color: 7354745.

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

Color convert

RGB12157112-
CMYK00.530.070.53
HSL308.44º35.96%34.9%-
HSV(B)308.44º52.89%47.45%-
XYZ12.278.1616.26-
YUV82.41144.7155.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=41.72%
G=19.66%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215711200.530.070.53308.4435.9634.9
Hex7939700357351342423
Octal171711600657654644443
Binary111100111100111100000110101111110101100110100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793970; }

 p { color: rgb(121,57,112); }

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

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

 a { background-color: rgb(121,57,112); }

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

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

 span { border-color: rgb(121,57,112); }

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