#704476

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

Shades of Eminence #704476

Tints of Eminence #704476

Color information

#704476 (or 0x704476) is unknown color: approx Eminence. HEX triplet: 70, 44 and 76. RGB value is (112,68,118). Sum of RGB (Red+Green+Blue) = 112+68+118=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #704476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704476 is #8FBB89. Grayscale: #565656. Windows color (decimal): -9419658 or 7750768. OLE color: 7750768.

HSL color Cylindrical-coordinate representation of color #704476: hue angle of 292.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704476 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11268118-
CMYK0.050.4200.54
HSL292.8º26.88%36.47%-
HSV(B)292.8º42.37%46.27%-
XYZ12.028.8918.22-
YUV86.86145.58145.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=37.58%
G=22.82%
B=39.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112681180.050.4200.54292.826.8836.47
Hex70447652A0361251b24
Octal1601041665520664453344
Binary111000010001001110110101101010011011010010010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704476; }

 p { color: rgb(112,68,118); }

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

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

 a { background-color: rgb(112,68,118); }

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

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

 span { border-color: rgb(112,68,118); }

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