#731F72

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

Shades of Seance #731F72

Tints of Seance #731F72

Color information

#731F72 (or 0x731F72) is unknown color: approx Seance. HEX triplet: 73, 1F and 72. RGB value is (115,31,114). Sum of RGB (Red+Green+Blue) = 115+31+114=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #731F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F72 is #8CE08D. Grayscale: #414141. Windows color (decimal): -9232526 or 7479155. OLE color: 7479155.

HSL color Cylindrical-coordinate representation of color #731F72: hue angle of 300.71º 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 #731F72 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11531114-
CMYK00.730.010.55
HSL300.71º57.53%28.63%-
HSV(B)300.71º73.04%45.1%-
XYZ10.65.8416.49-
YUV65.58155.33163.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=44.23%
G=11.92%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153111400.730.010.55300.7157.5328.63
Hex731F7204913712d3a1d
Octal1633716201111674557235
Binary111001111111111001001001001111011110010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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