#70256F

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

Shades of Seance #70256F

Tints of Seance #70256F

Color information

#70256F (or 0x70256F) is unknown color: approx Seance. HEX triplet: 70, 25 and 6F. RGB value is (112,37,111). Sum of RGB (Red+Green+Blue) = 112+37+111=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70256F is #8FDA90. Grayscale: #434343. Windows color (decimal): -9427601 or 7284080. OLE color: 7284080.

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

Color convert

RGB11237111-
CMYK00.670.010.56
HSL300.8º50.34%29.22%-
HSV(B)300.8º66.96%43.92%-
XYZ10.215.9215.64-
YUV67.86152.35159.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=43.08%
G=14.23%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123711100.670.010.56300.850.3429.22
Hex70256F04313812d321d
Octal1604515701031704556235
Binary1110000100101110111101000011111100010010110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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