#712771

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

Shades of Seance #712771

Tints of Seance #712771

Color information

#712771 (or 0x712771) is unknown color: approx Seance. HEX triplet: 71, 27 and 71. RGB value is (113,39,113). Sum of RGB (Red+Green+Blue) = 113+39+113=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #712771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712771 is #8ED88E. Grayscale: #454545. Windows color (decimal): -9361551 or 7415665. OLE color: 7415665.

HSL color Cylindrical-coordinate representation of color #712771: hue angle of 300º degrees, saturation: 0.49, 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 #712771 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11339113-
CMYK00.6500.56
HSL300º48.68%29.8%-
HSV(B)300º65.49%44.31%-
XYZ10.526.1516.26-
YUV69.56152.52158.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=42.64%
G=14.72%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133911300.6500.5630048.6829.8
Hex71277104103812c311e
Octal1614716101010704546136
Binary1110001100111111000101000001011100010010110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712771; }

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

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

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

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

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

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

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

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