#78317A

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

Shades of Eminence #78317A

Tints of Eminence #78317A

Color information

#78317A (or 0x78317A) is unknown color: approx Eminence. HEX triplet: 78, 31 and 7A. RGB value is (120,49,122). Sum of RGB (Red+Green+Blue) = 120+49+122=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #78317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78317A is #87CE85. Grayscale: #4E4E4E. Windows color (decimal): -8900230 or 8008056. OLE color: 8008056.

HSL color Cylindrical-coordinate representation of color #78317A: hue angle of 298.36º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78317A is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12049122-
CMYK0.020.6000.52
HSL298.36º42.69%33.53%-
HSV(B)298.36º59.84%47.84%-
XYZ12.367.5919.23-
YUV78.55152.52157.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=41.24%
G=16.84%
B=41.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120491220.020.6000.52298.3642.6933.53
Hex78317A23C03412a2b22
Octal170611722740644525342
Binary11110001100011111010101111000110100100101010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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