#704173

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

Shades of Eminence #704173

Tints of Eminence #704173

Color information

#704173 (or 0x704173) is unknown color: approx Eminence. HEX triplet: 70, 41 and 73. RGB value is (112,65,115). Sum of RGB (Red+Green+Blue) = 112+65+115=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #704173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704173 is #8FBE8C. Grayscale: #545454. Windows color (decimal): -9420429 or 7553392. OLE color: 7553392.

HSL color Cylindrical-coordinate representation of color #704173: hue angle of 296.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704173 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11265115-
CMYK0.030.4300.55
HSL296.4º27.78%35.29%-
HSV(B)296.4º43.48%45.1%-
XYZ11.678.4617.24-
YUV84.75145.07147.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=38.36%
G=22.26%
B=39.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112651150.030.4300.55296.427.7835.29
Hex70417332B0371281c23
Octal1601011633530674503443
Binary11100001000001111001111101011011011110010100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704173; }

 p { color: rgb(112,65,115); }

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

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

 a { background-color: rgb(112,65,115); }

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

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

 span { border-color: rgb(112,65,115); }

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