#70416B

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

Shades of Eminence #70416B

Tints of Eminence #70416B

Color information

#70416B (or 0x70416B) is unknown color: approx Eminence. HEX triplet: 70, 41 and 6B. RGB value is (112,65,107). Sum of RGB (Red+Green+Blue) = 112+65+107=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #70416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70416B is #8FBE94. Grayscale: #535353. Windows color (decimal): -9420437 or 7029104. OLE color: 7029104.

HSL color Cylindrical-coordinate representation of color #70416B: hue angle of 306.38º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70416B is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11265107-
CMYK00.420.040.56
HSL306.38º26.55%34.71%-
HSV(B)306.38º41.96%43.92%-
XYZ11.238.2914.92-
YUV83.84141.07148.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=39.44%
G=22.89%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126510700.420.040.56306.3826.5534.71
Hex70416B02A4381321b23
Octal1601011530524704623343
Binary111000010000011101011010101010011100010011001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70416B; }

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

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

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

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

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

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

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

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