#70446A

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

Shades of Eminence #70446A

Tints of Eminence #70446A

Color information

#70446A (or 0x70446A) is unknown color: approx Eminence. HEX triplet: 70, 44 and 6A. RGB value is (112,68,106). Sum of RGB (Red+Green+Blue) = 112+68+106=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #70446A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70446A is #8FBB95. Grayscale: #555555. Windows color (decimal): -9419670 or 6964336. OLE color: 6964336.

HSL color Cylindrical-coordinate representation of color #70446A: hue angle of 308.18º 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 #70446A is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11268106-
CMYK00.390.050.56
HSL308.18º24.44%35.29%-
HSV(B)308.18º39.29%43.92%-
XYZ11.358.6214.7-
YUV85.49139.58146.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=39.16%
G=23.78%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126810600.390.050.56308.1824.4435.29
Hex70446A0275381341823
Octal1601041520475704643043
Binary111000010001001101010010011110111100010011010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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