#793e70

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

Shades of Eminence #793E70

Tints of Eminence #793E70

Color information

#793E70 (or 0x793E70) is unknown color: approx Eminence. HEX triplet: 79, 3E and 70. RGB value is (121,62,112). Sum of RGB (Red+Green+Blue) = 121+62+112=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #793E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793E70 is #86C18F. Grayscale: #555555. Windows color (decimal): -8831376 or 7356025. OLE color: 7356025.

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

Color convert

RGB12162112-
CMYK00.490.070.53
HSL309.15º32.24%35.88%-
HSV(B)309.15º48.76%47.45%-
XYZ12.538.6816.34-
YUV85.34143.05153.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=41.02%
G=21.02%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1216211200.490.070.53309.1532.2435.88
Hex793E700317351352024
Octal171761600617654654044
Binary111100111111011100000110001111110101100110101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793e70; }

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

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

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

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

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

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

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

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