#70396D

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

Shades of Eminence #70396D

Tints of Eminence #70396D

Color information

#70396D (or 0x70396D) is unknown color: approx Eminence. HEX triplet: 70, 39 and 6D. RGB value is (112,57,109). Sum of RGB (Red+Green+Blue) = 112+57+109=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70396D is #8FC692. Grayscale: #4F4F4F. Windows color (decimal): -9422483 or 7158128. OLE color: 7158128.

HSL color Cylindrical-coordinate representation of color #70396D: hue angle of 303.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70396D is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11257109-
CMYK00.490.030.56
HSL303.27º32.54%33.14%-
HSV(B)303.27º49.11%43.92%-
XYZ10.917.4815.34-
YUV79.37144.72151.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=40.29%
G=20.50%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125710900.490.030.56303.2732.5433.14
Hex70396D03133812f2121
Octal160711550613704574141
Binary11100001110011101101011000111111000100101111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70396D; }

 p { color: rgb(112,57,109); }

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

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

 a { background-color: rgb(112,57,109); }

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

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

 span { border-color: rgb(112,57,109); }

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