#70476A

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

Shades of Eminence #70476A

Tints of Eminence #70476A

Color information

#70476A (or 0x70476A) is unknown color: approx Eminence. HEX triplet: 70, 47 and 6A. RGB value is (112,71,106). Sum of RGB (Red+Green+Blue) = 112+71+106=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70476A is #8FB895. Grayscale: #575757. Windows color (decimal): -9418902 or 6965104. OLE color: 6965104.

HSL color Cylindrical-coordinate representation of color #70476A: hue angle of 308.78º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70476A is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11271106-
CMYK00.370.050.56
HSL308.78º22.4%35.88%-
HSV(B)308.78º36.61%43.92%-
XYZ11.548.9914.76-
YUV87.25138.58145.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=38.75%
G=24.57%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127110600.370.050.56308.7822.435.88
Hex70476A0255381351624
Octal1601071520455704652644
Binary111000010001111101010010010110111100010011010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70476A; }

 p { color: rgb(112,71,106); }

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

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

 a { background-color: rgb(112,71,106); }

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

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

 span { border-color: rgb(112,71,106); }

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