#70386F

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

Shades of Eminence #70386F

Tints of Eminence #70386F

Color information

#70386F (or 0x70386F) is unknown color: approx Eminence. HEX triplet: 70, 38 and 6F. RGB value is (112,56,111). Sum of RGB (Red+Green+Blue) = 112+56+111=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #70386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70386F is #8FC790. Grayscale: #4E4E4E. Windows color (decimal): -9422737 or 7288944. OLE color: 7288944.

HSL color Cylindrical-coordinate representation of color #70386F: hue angle of 301.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70386F is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11256111-
CMYK00.500.010.56
HSL301.07º33.33%32.94%-
HSV(B)301.07º50%43.92%-
XYZ10.977.4215.89-
YUV79.01146.05151.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=40.14%
G=20.07%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125611100.500.010.56301.0733.3332.94
Hex70386F03213812d2121
Octal160701570621704554141
Binary1110000111000110111101100101111000100101101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70386F; }

 p { color: rgb(112,56,111); }

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

<style>
 a { background-color: #70386F; }

 a { background-color: rgb(112,56,111); }

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

<style>
 span { border-color: #70386F; }

 span { border-color: rgb(112,56,111); }

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