#78446D

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

Shades of Eminence #78446D

Tints of Eminence #78446D

Color information

#78446D (or 0x78446D) is unknown color: approx Eminence. HEX triplet: 78, 44 and 6D. RGB value is (120,68,109). Sum of RGB (Red+Green+Blue) = 120+68+109=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78446D is #87BB92. Grayscale: #585858. Windows color (decimal): -8895379 or 7160952. OLE color: 7160952.

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

Color convert

RGB12068109-
CMYK00.430.090.53
HSL312.69º27.66%36.86%-
HSV(B)312.69º43.33%47.06%-
XYZ12.579.2315.59-
YUV88.22139.73150.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=40.40%
G=22.90%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206810900.430.090.53312.6927.6636.86
Hex78446D02B9351391c25
Octal17010415505311654713445
Binary1111000100010011011010101011100111010110011100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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