#703473

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

Shades of Eminence #703473

Tints of Eminence #703473

Color information

#703473 (or 0x703473) is unknown color: approx Eminence. HEX triplet: 70, 34 and 73. RGB value is (112,52,115). Sum of RGB (Red+Green+Blue) = 112+52+115=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #703473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703473 is #8FCB8C. Grayscale: #4C4C4C. Windows color (decimal): -9423757 or 7550064. OLE color: 7550064.

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

Color convert

RGB11252115-
CMYK0.030.5500.55
HSL297.14º37.72%32.75%-
HSV(B)297.14º54.78%45.1%-
XYZ117.1417.02-
YUV77.12149.38152.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=40.14%
G=18.64%
B=41.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112521150.030.5500.55297.1437.7232.75
Hex7034733370371292621
Octal160641633670674514641
Binary11100001101001110011111101110110111100101001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703473; }

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

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

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

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

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

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

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

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