#78396E

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

Shades of Eminence #78396E

Tints of Eminence #78396E

Color information

#78396E (or 0x78396E) is unknown color: approx Eminence. HEX triplet: 78, 39 and 6E. RGB value is (120,57,110). Sum of RGB (Red+Green+Blue) = 120+57+110=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #78396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78396E is #87C691. Grayscale: #515151. Windows color (decimal): -8898194 or 7223672. OLE color: 7223672.

HSL color Cylindrical-coordinate representation of color #78396E: hue angle of 309.52º 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 #78396E is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12057110-
CMYK00.520.080.53
HSL309.52º35.59%34.71%-
HSV(B)309.52º52.5%47.06%-
XYZ12.028.0515.67-
YUV81.88143.87155.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=41.81%
G=19.86%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205711000.520.080.53309.5235.5934.71
Hex78396E0348351362423
Octal1707115606410654664443
Binary1111000111001110111001101001000110101100110110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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