#78357E

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

Shades of Eminence #78357E

Tints of Eminence #78357E

Color information

#78357E (or 0x78357E) is unknown color: approx Eminence. HEX triplet: 78, 35 and 7E. RGB value is (120,53,126). Sum of RGB (Red+Green+Blue) = 120+53+126=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #78357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78357E is #87CA81. Grayscale: #515151. Windows color (decimal): -8899202 or 8271224. OLE color: 8271224.

HSL color Cylindrical-coordinate representation of color #78357E: hue angle of 295.07º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78357E is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12053126-
CMYK0.050.5800.51
HSL295.07º40.78%35.1%-
HSV(B)295.07º57.94%49.41%-
XYZ12.788.0520.62-
YUV81.35153.2155.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=40.13%
G=17.73%
B=42.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120531260.050.5800.51295.0740.7835.1
Hex78357E53A0331272923
Octal170651765720634475143
Binary111100011010111111101011110100110011100100111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,53,126); }

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

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

 a { background-color: rgb(120,53,126); }

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

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

 span { border-color: rgb(120,53,126); }

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