#70276F

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

Shades of Seance #70276F

Tints of Seance #70276F

Color information

#70276F (or 0x70276F) is unknown color: approx Seance. HEX triplet: 70, 27 and 6F. RGB value is (112,39,111). Sum of RGB (Red+Green+Blue) = 112+39+111=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70276F is #8FD890. Grayscale: #444444. Windows color (decimal): -9427089 or 7284592. OLE color: 7284592.

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

Color convert

RGB11239111-
CMYK00.650.010.56
HSL300.82º48.34%29.61%-
HSV(B)300.82º65.18%43.92%-
XYZ10.286.0415.66-
YUV69.04151.68158.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 39 (15.62% from 255) = 14.89%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=42.75%
G=14.89%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123911100.650.010.56300.8248.3429.61
Hex70276F04113812d301e
Octal1604715701011704556036
Binary1110000100111110111101000001111100010010110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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