#78427D

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

Shades of Eminence #78427D

Tints of Eminence #78427D

Color information

#78427D (or 0x78427D) is unknown color: approx Eminence. HEX triplet: 78, 42 and 7D. RGB value is (120,66,125). Sum of RGB (Red+Green+Blue) = 120+66+125=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #78427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78427D is #87BD82. Grayscale: #585858. Windows color (decimal): -8895875 or 8209016. OLE color: 8209016.

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

Color convert

RGB12066125-
CMYK0.040.4700.51
HSL294.92º30.89%37.45%-
HSV(B)294.92º47.2%49.02%-
XYZ13.49.3720.5-
YUV88.87148.39150.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=38.59%
G=21.22%
B=40.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120661250.040.4700.51294.9230.8937.45
Hex78427D42F0331271f25
Octal1701021754570634473745
Binary111100010000101111101100101111011001110010011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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