#70446E

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

Shades of Eminence #70446E

Tints of Eminence #70446E

Color information

#70446E (or 0x70446E) is unknown color: approx Eminence. HEX triplet: 70, 44 and 6E. RGB value is (112,68,110). Sum of RGB (Red+Green+Blue) = 112+68+110=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70446E is #8FBB91. Grayscale: #555555. Windows color (decimal): -9419666 or 7226480. OLE color: 7226480.

HSL color Cylindrical-coordinate representation of color #70446E: hue angle of 302.73º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70446E is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11268110-
CMYK00.390.020.56
HSL302.73º24.44%35.29%-
HSV(B)302.73º39.29%43.92%-
XYZ11.568.715.82-
YUV85.94141.58146.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=38.62%
G=23.45%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126811000.390.020.56302.7324.4435.29
Hex70446E02723812f1823
Octal1601041560472704573043
Binary11100001000100110111001001111011100010010111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70446E; }

 p { color: rgb(112,68,110); }

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

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

 a { background-color: rgb(112,68,110); }

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

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

 span { border-color: rgb(112,68,110); }

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