#704568

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

Shades of Eminence #704568

Tints of Eminence #704568

Color information

#704568 (or 0x704568) is unknown color: approx Eminence. HEX triplet: 70, 45 and 68. RGB value is (112,69,104). Sum of RGB (Red+Green+Blue) = 112+69+104=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704568 is #8FBA97. Grayscale: #555555. Windows color (decimal): -9419416 or 6833520. OLE color: 6833520.

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

Color convert

RGB11269104-
CMYK00.380.070.56
HSL311.16º23.76%35.49%-
HSV(B)311.16º38.39%43.92%-
XYZ11.318.714.18-
YUV85.85138.25146.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=39.30%
G=24.21%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126910400.380.070.56311.1623.7635.49
Hex7045680267381371823
Octal1601051500467704673043
Binary111000010001011101000010011011111100010011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704568; }

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

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

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

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

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

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

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

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