#704669

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

Shades of Eminence #704669

Tints of Eminence #704669

Color information

#704669 (or 0x704669) is unknown color: approx Eminence. HEX triplet: 70, 46 and 69. RGB value is (112,70,105). Sum of RGB (Red+Green+Blue) = 112+70+105=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704669 is #8FB996. Grayscale: #565656. Windows color (decimal): -9419159 or 6899312. OLE color: 6899312.

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

Color convert

RGB11270105-
CMYK00.380.060.56
HSL310º23.08%35.69%-
HSV(B)310º37.5%43.92%-
XYZ11.428.8414.47-
YUV86.55138.41146.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=39.02%
G=24.39%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127010500.380.060.5631023.0835.69
Hex7046690266381361724
Octal1601061510466704662744
Binary111000010001101101001010011011011100010011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704669; }

 p { color: rgb(112,70,105); }

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

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

 a { background-color: rgb(112,70,105); }

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

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

 span { border-color: rgb(112,70,105); }

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