#78416E

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

Shades of Eminence #78416E

Tints of Eminence #78416E

Color information

#78416E (or 0x78416E) is unknown color: approx Eminence. HEX triplet: 78, 41 and 6E. RGB value is (120,65,110). Sum of RGB (Red+Green+Blue) = 120+65+110=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78416E is #87BE91. Grayscale: #565656. Windows color (decimal): -8896146 or 7225720. OLE color: 7225720.

HSL color Cylindrical-coordinate representation of color #78416E: hue angle of 310.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78416E is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12065110-
CMYK00.460.080.53
HSL310.91º29.73%36.27%-
HSV(B)310.91º45.83%47.06%-
XYZ12.458.915.81-
YUV86.58141.22151.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=40.68%
G=22.03%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206511000.460.080.53310.9129.7336.27
Hex78416E02E8351371e24
Octal17010115605610654673644
Binary1111000100000111011100101110100011010110011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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