#78347F

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

Shades of Eminence #78347F

Tints of Eminence #78347F

Color information

#78347F (or 0x78347F) is unknown color: approx Eminence. HEX triplet: 78, 34 and 7F. RGB value is (120,52,127). Sum of RGB (Red+Green+Blue) = 120+52+127=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #78347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78347F is #87CB80. Grayscale: #505050. Windows color (decimal): -8899457 or 8336504. OLE color: 8336504.

HSL color Cylindrical-coordinate representation of color #78347F: hue angle of 294.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78347F is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12052127-
CMYK0.060.5900.50
HSL294.4º41.9%35.1%-
HSV(B)294.4º59.06%49.8%-
XYZ12.87.9820.94-
YUV80.88154.03155.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 127 (50% from 255) = 42.47%
R=40.13%
G=17.39%
B=42.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120521270.060.5900.50294.441.935.1
Hex78347F63B0321262a23
Octal170641776730624465243
Binary111100011010011111111101110110110010100100110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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