#78397A

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

Shades of Eminence #78397A

Tints of Eminence #78397A

Color information

#78397A (or 0x78397A) is unknown color: approx Eminence. HEX triplet: 78, 39 and 7A. RGB value is (120,57,122). Sum of RGB (Red+Green+Blue) = 120+57+122=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #78397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78397A is #87C685. Grayscale: #535353. Windows color (decimal): -8898182 or 8010104. OLE color: 8010104.

HSL color Cylindrical-coordinate representation of color #78397A: hue angle of 298.15º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78397A is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12057122-
CMYK0.020.5300.52
HSL298.15º36.31%35.1%-
HSV(B)298.15º53.28%47.84%-
XYZ12.728.3219.35-
YUV83.25149.87154.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=40.13%
G=19.06%
B=40.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120571220.020.5300.52298.1536.3135.1
Hex78397A23503412a2423
Octal170711722650644524443
Binary11110001110011111010101101010110100100101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78397A; }

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

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

<style>
 a { background-color: #78397A; }

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

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

<style>
 span { border-color: #78397A; }

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

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