#704168

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

Shades of Eminence #704168

Tints of Eminence #704168

Color information

#704168 (or 0x704168) is unknown color: approx Eminence. HEX triplet: 70, 41 and 68. RGB value is (112,65,104). Sum of RGB (Red+Green+Blue) = 112+65+104=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704168 is #8FBE97. Grayscale: #535353. Windows color (decimal): -9420440 or 6832496. OLE color: 6832496.

HSL color Cylindrical-coordinate representation of color #704168: hue angle of 310.21º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704168 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11265104-
CMYK00.420.070.56
HSL310.21º26.55%34.71%-
HSV(B)310.21º41.96%43.92%-
XYZ11.078.2214.1-
YUV83.5139.57148.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=39.86%
G=23.13%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126510400.420.070.56310.2126.5534.71
Hex70416802A7381361b23
Octal1601011500527704663343
Binary111000010000011101000010101011111100010011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704168; }

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

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

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

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

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

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

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

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