#703372

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

Shades of Eminence #703372

Tints of Eminence #703372

Color information

#703372 (or 0x703372) is unknown color: approx Eminence. HEX triplet: 70, 33 and 72. RGB value is (112,51,114). Sum of RGB (Red+Green+Blue) = 112+51+114=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #703372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703372 is #8FCC8D. Grayscale: #4C4C4C. Windows color (decimal): -9424014 or 7484272. OLE color: 7484272.

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

Color convert

RGB11251114-
CMYK0.020.5500.55
HSL298.1º38.18%32.35%-
HSV(B)298.1º55.26%44.71%-
XYZ10.97.0316.7-
YUV76.42149.21153.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=40.43%
G=18.41%
B=41.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112511140.020.5500.55298.138.1832.35
Hex70337223703712a2620
Octal160631622670674524640
Binary11100001100111110010101101110110111100101010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703372; }

 p { color: rgb(112,51,114); }

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

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

 a { background-color: rgb(112,51,114); }

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

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

 span { border-color: rgb(112,51,114); }

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