#78346F

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

Shades of Eminence #78346F

Tints of Eminence #78346F

Color information

#78346F (or 0x78346F) is unknown color: approx Eminence. HEX triplet: 78, 34 and 6F. RGB value is (120,52,111). Sum of RGB (Red+Green+Blue) = 120+52+111=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78346F is #87CB90. Grayscale: #4E4E4E. Windows color (decimal): -8899473 or 7287928. OLE color: 7287928.

HSL color Cylindrical-coordinate representation of color #78346F: hue angle of 307.94º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78346F is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12052111-
CMYK00.570.080.53
HSL307.94º39.53%33.73%-
HSV(B)307.94º56.67%47.06%-
XYZ11.847.615.88-
YUV79.06146.03157.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=42.40%
G=18.37%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205211100.570.080.53307.9439.5333.73
Hex78346F0398351342822
Octal1706415707110654645042
Binary1111000110100110111101110011000110101100110100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78346F; }

 p { color: rgb(120,52,111); }

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

<style>
 a { background-color: #78346F; }

 a { background-color: rgb(120,52,111); }

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

<style>
 span { border-color: #78346F; }

 span { border-color: rgb(120,52,111); }

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