#731F71

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

Shades of Seance #731F71

Tints of Seance #731F71

Color information

#731F71 (or 0x731F71) is unknown color: approx Seance. HEX triplet: 73, 1F and 71. RGB value is (115,31,113). Sum of RGB (Red+Green+Blue) = 115+31+113=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #731F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F71 is #8CE08E. Grayscale: #414141. Windows color (decimal): -9232527 or 7413619. OLE color: 7413619.

HSL color Cylindrical-coordinate representation of color #731F71: hue angle of 301.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F71 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11531113-
CMYK00.730.020.55
HSL301.43º57.53%28.63%-
HSV(B)301.43º73.04%45.1%-
XYZ10.545.8216.19-
YUV65.46154.83163.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=44.40%
G=11.97%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153111300.730.020.55301.4357.5328.63
Hex731F7104923712d3a1d
Octal1633716101112674557235
Binary1110011111111110001010010011011011110010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731F71; }

 p { color: rgb(115,31,113); }

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

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

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

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

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

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

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