#712171

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

Shades of Seance #712171

Tints of Seance #712171

Color information

#712171 (or 0x712171) is unknown color: approx Seance. HEX triplet: 71, 21 and 71. RGB value is (113,33,113). Sum of RGB (Red+Green+Blue) = 113+33+113=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #712171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712171 is #8EDE8E. Grayscale: #414141. Windows color (decimal): -9363087 or 7414129. OLE color: 7414129.

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

Color convert

RGB11333113-
CMYK00.7100.56
HSL300º54.79%28.63%-
HSV(B)300º70.8%44.31%-
XYZ10.335.7916.2-
YUV66.04154.5161.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=43.63%
G=12.74%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133311300.7100.5630054.7928.63
Hex71217104703812c371d
Octal1614116101070704546735
Binary1110001100001111000101000111011100010010110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712171; }

 p { color: rgb(113,33,113); }

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

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

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

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

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

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

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