#793373

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

Shades of Eminence #793373

Tints of Eminence #793373

Color information

#793373 (or 0x793373) is unknown color: approx Eminence. HEX triplet: 79, 33 and 73. RGB value is (121,51,115). Sum of RGB (Red+Green+Blue) = 121+51+115=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #793373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793373 is #86CC8C. Grayscale: #4F4F4F. Windows color (decimal): -8834189 or 7549817. OLE color: 7549817.

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

Color convert

RGB12151115-
CMYK00.580.050.53
HSL305.14º40.7%33.73%-
HSV(B)305.14º57.85%47.45%-
XYZ12.167.6717.06-
YUV79.23148.19157.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.16%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=42.16%
G=17.77%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215111500.580.050.53305.1440.733.73
Hex79337303A5351312922
Octal171631630725654615142
Binary111100111001111100110111010101110101100110001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793373; }

 p { color: rgb(121,51,115); }

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

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

 a { background-color: rgb(121,51,115); }

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

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

 span { border-color: rgb(121,51,115); }

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