#793378

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

Shades of Eminence #793378

Tints of Eminence #793378

Color information

#793378 (or 0x793378) is unknown color: approx Eminence. HEX triplet: 79, 33 and 78. RGB value is (121,51,120). Sum of RGB (Red+Green+Blue) = 121+51+120=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #793378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793378 is #86CC87. Grayscale: #4F4F4F. Windows color (decimal): -8834184 or 7877497. OLE color: 7877497.

HSL color Cylindrical-coordinate representation of color #793378: hue angle of 300.86º 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 #793378 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12151120-
CMYK00.580.010.53
HSL300.86º40.7%33.73%-
HSV(B)300.86º57.85%47.45%-
XYZ12.467.7918.62-
YUV79.8150.69157.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=41.44%
G=17.47%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215112000.580.010.53300.8640.733.73
Hex79337803A13512d2922
Octal171631700721654555142
Binary1111001110011111100001110101110101100101101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793378; }

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

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

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

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

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

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

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

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