#704068

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

Shades of Eminence #704068

Tints of Eminence #704068

Color information

#704068 (or 0x704068) is unknown color: approx Eminence. HEX triplet: 70, 40 and 68. RGB value is (112,64,104). Sum of RGB (Red+Green+Blue) = 112+64+104=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704068 is #8FBF97. Grayscale: #525252. Windows color (decimal): -9420696 or 6832240. OLE color: 6832240.

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

Color convert

RGB11264104-
CMYK00.430.070.56
HSL310º27.27%34.51%-
HSV(B)310º42.86%43.92%-
XYZ11.018.1114.08-
YUV82.91139.9148.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=40%
G=22.86%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126410400.430.070.5631027.2734.51
Hex70406802B7381361b23
Octal1601001500537704663343
Binary111000010000001101000010101111111100010011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704068; }

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

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

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

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

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

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

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

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