#70386B

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

Shades of Seance #70386B

Tints of Seance #70386B

Color information

#70386B (or 0x70386B) is unknown color: approx Seance. HEX triplet: 70, 38 and 6B. RGB value is (112,56,107). Sum of RGB (Red+Green+Blue) = 112+56+107=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70386B is #8FC794. Grayscale: #4E4E4E. Windows color (decimal): -9422741 or 7026800. OLE color: 7026800.

HSL color Cylindrical-coordinate representation of color #70386B: hue angle of 305.36º 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 #70386B is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11256107-
CMYK00.500.040.56
HSL305.36º33.33%32.94%-
HSV(B)305.36º50%43.92%-
XYZ10.757.3314.76-
YUV78.56144.05151.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=40.73%
G=20.36%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125610700.500.040.56305.3633.3332.94
Hex70386B0324381312121
Octal160701530624704614141
Binary111000011100011010110110010100111000100110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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