#78357D

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

Shades of Eminence #78357D

Tints of Eminence #78357D

Color information

#78357D (or 0x78357D) is unknown color: approx Eminence. HEX triplet: 78, 35 and 7D. RGB value is (120,53,125). Sum of RGB (Red+Green+Blue) = 120+53+125=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #78357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78357D is #87CA82. Grayscale: #515151. Windows color (decimal): -8899203 or 8205688. OLE color: 8205688.

HSL color Cylindrical-coordinate representation of color #78357D: hue angle of 295.83º degrees, saturation: 0.4, 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 #78357D is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12053125-
CMYK0.040.5800.51
HSL295.83º40.45%34.9%-
HSV(B)295.83º57.6%49.02%-
XYZ12.728.0220.28-
YUV81.24152.7155.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=40.27%
G=17.79%
B=41.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120531250.040.5800.51295.8340.4534.9
Hex78357D43A0331282823
Octal170651754720634505043
Binary111100011010111111011001110100110011100101000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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