#71356E

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

Shades of Seance #71356E

Tints of Seance #71356E

Color information

#71356E (or 0x71356E) is unknown color: approx Seance. HEX triplet: 71, 35 and 6E. RGB value is (113,53,110). Sum of RGB (Red+Green+Blue) = 113+53+110=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71356E is #8ECA91. Grayscale: #4D4D4D. Windows color (decimal): -9357970 or 7222641. OLE color: 7222641.

HSL color Cylindrical-coordinate representation of color #71356E: hue angle of 303º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71356E is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11353110-
CMYK00.530.030.56
HSL303º36.14%32.55%-
HSV(B)303º53.1%44.31%-
XYZ10.97.1815.56-
YUV77.44146.38153.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=40.94%
G=19.20%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135311000.530.030.5630336.1432.55
Hex71356E03533812f2421
Octal161651560653704574441
Binary11100011101011101110011010111111000100101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71356E; }

 p { color: rgb(113,53,110); }

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

<style>
 a { background-color: #71356E; }

 a { background-color: rgb(113,53,110); }

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

<style>
 span { border-color: #71356E; }

 span { border-color: rgb(113,53,110); }

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