#78417F

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

Shades of Eminence #78417F

Tints of Eminence #78417F

Color information

#78417F (or 0x78417F) is unknown color: approx Eminence. HEX triplet: 78, 41 and 7F. RGB value is (120,65,127). Sum of RGB (Red+Green+Blue) = 120+65+127=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #78417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78417F is #87BE80. Grayscale: #585858. Windows color (decimal): -8896129 or 8339832. OLE color: 8339832.

HSL color Cylindrical-coordinate representation of color #78417F: hue angle of 293.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78417F is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12065127-
CMYK0.060.4900.50
HSL293.23º32.29%37.65%-
HSV(B)293.23º48.82%49.8%-
XYZ13.479.3121.17-
YUV88.51149.72150.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 127 (50% from 255) = 40.71%
R=38.46%
G=20.83%
B=40.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120651270.060.4900.50293.2332.2937.65
Hex78417F6310321252026
Octal1701011776610624454046
Binary1111000100000111111111101100010110010100100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78417F; }

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

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

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

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

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

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

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

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