#704178

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

Shades of Eminence #704178

Tints of Eminence #704178

Color information

#704178 (or 0x704178) is unknown color: approx Eminence. HEX triplet: 70, 41 and 78. RGB value is (112,65,120). Sum of RGB (Red+Green+Blue) = 112+65+120=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #704178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704178 is #8FBE87. Grayscale: #555555. Windows color (decimal): -9420424 or 7881072. OLE color: 7881072.

HSL color Cylindrical-coordinate representation of color #704178: hue angle of 291.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704178 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11265120-
CMYK0.070.4600.53
HSL291.27º29.73%36.27%-
HSV(B)291.27º45.83%47.06%-
XYZ11.968.5818.8-
YUV85.32147.57147.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=37.71%
G=21.89%
B=40.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112651200.070.4600.53291.2729.7336.27
Hex70417872E0351231e24
Octal1601011707560654433644
Binary111000010000011111000111101110011010110010001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704178; }

 p { color: rgb(112,65,120); }

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

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

 a { background-color: rgb(112,65,120); }

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

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

 span { border-color: rgb(112,65,120); }

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