#71316C

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

Shades of Seance #71316C

Tints of Seance #71316C

Color information

#71316C (or 0x71316C) is unknown color: approx Seance. HEX triplet: 71, 31 and 6C. RGB value is (113,49,108). Sum of RGB (Red+Green+Blue) = 113+49+108=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #71316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71316C is #8ECE93. Grayscale: #4A4A4A. Windows color (decimal): -9358996 or 7090545. OLE color: 7090545.

HSL color Cylindrical-coordinate representation of color #71316C: hue angle of 304.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71316C is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11349108-
CMYK00.570.040.56
HSL304.69º39.51%31.76%-
HSV(B)304.69º56.64%44.31%-
XYZ10.626.7914.94-
YUV74.86146.7155.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 108 (42.58% from 255) = 40%
R=41.85%
G=18.15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134910800.570.040.56304.6939.5131.76
Hex71316C0394381312820
Octal161611540714704615040
Binary111000111000111011000111001100111000100110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71316C; }

 p { color: rgb(113,49,108); }

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

<style>
 a { background-color: #71316C; }

 a { background-color: rgb(113,49,108); }

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

<style>
 span { border-color: #71316C; }

 span { border-color: rgb(113,49,108); }

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