#704268

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

Shades of Eminence #704268

Tints of Eminence #704268

Color information

#704268 (or 0x704268) is unknown color: approx Eminence. HEX triplet: 70, 42 and 68. RGB value is (112,66,104). Sum of RGB (Red+Green+Blue) = 112+66+104=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704268 is #8FBD97. Grayscale: #535353. Windows color (decimal): -9420184 or 6832752. OLE color: 6832752.

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

Color convert

RGB11266104-
CMYK00.410.070.56
HSL310.43º25.84%34.9%-
HSV(B)310.43º41.07%43.92%-
XYZ11.138.3414.12-
YUV84.09139.24147.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=39.72%
G=23.40%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126610400.410.070.56310.4325.8434.9
Hex7042680297381361a23
Octal1601021500517704663243
Binary111000010000101101000010100111111100010011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704268; }

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

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

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

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

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

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

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

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