#78307D

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

Shades of Eminence #78307D

Tints of Eminence #78307D

Color information

#78307D (or 0x78307D) is unknown color: approx Eminence. HEX triplet: 78, 30 and 7D. RGB value is (120,48,125). Sum of RGB (Red+Green+Blue) = 120+48+125=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #78307D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78307D is #87CF82. Grayscale: #4E4E4E. Windows color (decimal): -8900483 or 8204408. OLE color: 8204408.

HSL color Cylindrical-coordinate representation of color #78307D: hue angle of 296.1º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78307D is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12048125-
CMYK0.040.6200.51
HSL296.1º44.51%33.92%-
HSV(B)296.1º61.6%49.02%-
XYZ12.57.5920.21-
YUV78.31154.35157.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=40.96%
G=16.38%
B=42.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120481250.040.6200.51296.144.5133.92
Hex78307D43E0331282d22
Octal170601754760634505542
Binary111100011000011111011001111100110011100101000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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