#78467B

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

Shades of Eminence #78467B

Tints of Eminence #78467B

Color information

#78467B (or 0x78467B) is unknown color: approx Eminence. HEX triplet: 78, 46 and 7B. RGB value is (120,70,123). Sum of RGB (Red+Green+Blue) = 120+70+123=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #78467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78467B is #87B984. Grayscale: #5A5A5A. Windows color (decimal): -8894853 or 8078968. OLE color: 8078968.

HSL color Cylindrical-coordinate representation of color #78467B: hue angle of 296.6º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78467B is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12070123-
CMYK0.020.4300.52
HSL296.6º27.46%37.84%-
HSV(B)296.6º43.09%48.24%-
XYZ13.519.819.92-
YUV90.99146.06148.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 70 (27.73% from 255) = 22.36%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=38.34%
G=22.36%
B=39.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120701230.020.4300.52296.627.4637.84
Hex78467B22B0341291b26
Octal1701061732530644513346
Binary11110001000110111101110101011011010010010100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78467B; }

 p { color: rgb(120,70,123); }

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

<style>
 a { background-color: #78467B; }

 a { background-color: rgb(120,70,123); }

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

<style>
 span { border-color: #78467B; }

 span { border-color: rgb(120,70,123); }

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