#78396D

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

Shades of Eminence #78396D

Tints of Eminence #78396D

Color information

#78396D (or 0x78396D) is unknown color: approx Eminence. HEX triplet: 78, 39 and 6D. RGB value is (120,57,109). Sum of RGB (Red+Green+Blue) = 120+57+109=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78396D is #87C692. Grayscale: #515151. Windows color (decimal): -8898195 or 7158136. OLE color: 7158136.

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

Color convert

RGB12057109-
CMYK00.520.090.53
HSL310.48º35.59%34.71%-
HSV(B)310.48º52.5%47.06%-
XYZ11.978.0215.39-
YUV81.76143.37155.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=41.96%
G=19.93%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205710900.520.090.53310.4835.5934.71
Hex78396D0349351362423
Octal1707115506411654664443
Binary1111000111001110110101101001001110101100110110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78396D; }

 p { color: rgb(120,57,109); }

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

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

 a { background-color: rgb(120,57,109); }

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

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

 span { border-color: rgb(120,57,109); }

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