#712971

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

Shades of Seance #712971

Tints of Seance #712971

Color information

#712971 (or 0x712971) is unknown color: approx Seance. HEX triplet: 71, 29 and 71. RGB value is (113,41,113). Sum of RGB (Red+Green+Blue) = 113+41+113=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #712971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712971 is #8ED68E. Grayscale: #464646. Windows color (decimal): -9361039 or 7416177. OLE color: 7416177.

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

Color convert

RGB11341113-
CMYK00.6400.56
HSL300º46.75%30.2%-
HSV(B)300º63.72%44.31%-
XYZ10.586.2916.28-
YUV70.74151.85158.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=42.32%
G=15.36%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134111300.6400.5630046.7530.2
Hex71297104003812c2f1e
Octal1615116101000704545736
Binary1110001101001111000101000000011100010010110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712971; }

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

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

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

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

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

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

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

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