#704675

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

Shades of Eminence #704675

Tints of Eminence #704675

Color information

#704675 (or 0x704675) is unknown color: approx Eminence. HEX triplet: 70, 46 and 75. RGB value is (112,70,117). Sum of RGB (Red+Green+Blue) = 112+70+117=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #704675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704675 is #8FB98A. Grayscale: #575757. Windows color (decimal): -9419147 or 7685744. OLE color: 7685744.

HSL color Cylindrical-coordinate representation of color #704675: hue angle of 293.62º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704675 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11270117-
CMYK0.040.4000.54
HSL293.62º25.13%36.67%-
HSV(B)293.62º40.17%45.88%-
XYZ12.089.1117.95-
YUV87.92144.41145.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=37.46%
G=23.41%
B=39.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112701170.040.4000.54293.6225.1336.67
Hex7046754280361261925
Octal1601061654500664463145
Binary111000010001101110101100101000011011010010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704675; }

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

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

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

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

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

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

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

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